diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-11-14 22:07:13 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-11-14 22:07:13 -0500 |
| commit | 45f36834bec138429abaecd37021e7d243d7506a (patch) | |
| tree | b8a9d435e942f436bf3547f2b55874cec85861f4 /dice/pom.xml | |
| parent | a166818ea312c83489d9397165bd16aa61fe5438 (diff) | |
Add esodata dependancy; also, update settings
Diffstat (limited to 'dice/pom.xml')
| -rw-r--r-- | dice/pom.xml | 7 |
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> |
