diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-28 22:41:55 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2015-09-28 22:41:55 -0400 |
| commit | f8215c428f0b46b459c59d0783b4bc4dadfc38a3 (patch) | |
| tree | d4891bb1f8d8193dbec02ca46854f86b34085a1c /BJC-Utils2/pom.xml | |
| parent | ebab46a80d665a5e6c175e1dc3eaba47582ea482 (diff) | |
Basic data structure code.
Still importing things from the old project.
Diffstat (limited to 'BJC-Utils2/pom.xml')
| -rw-r--r-- | BJC-Utils2/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml index c6b5c63..7eb6f43 100644 --- a/BJC-Utils2/pom.xml +++ b/BJC-Utils2/pom.xml @@ -15,11 +15,10 @@ </properties> <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + </dependency> </dependencies> </project> |
