summaryrefslogtreecommitdiff
path: root/BJC-Utils2/pom.xml
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2015-09-28 22:41:55 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2015-09-28 22:41:55 -0400
commitf8215c428f0b46b459c59d0783b4bc4dadfc38a3 (patch)
treed4891bb1f8d8193dbec02ca46854f86b34085a1c /BJC-Utils2/pom.xml
parentebab46a80d665a5e6c175e1dc3eaba47582ea482 (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.xml11
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>