summaryrefslogtreecommitdiff
path: root/dice/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dice/pom.xml')
-rw-r--r--dice/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/dice/pom.xml b/dice/pom.xml
index da9d618..8461926 100644
--- a/dice/pom.xml
+++ b/dice/pom.xml
@@ -24,7 +24,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -32,5 +32,10 @@
<artifactId>BJC-Utils2</artifactId>
<version>1.0.0</version>
</dependency>
+ <dependency>
+ <groupId>io.github.bculkin2442</groupId>
+ <artifactId>esodata</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>