summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:22:56 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:22:56 -0300
commitcb9b235a59a2e136f3b850966a8820dee2f90969 (patch)
tree8da1ee90f36ddc3f9e7ac7443b0ca087ab2bf2c2 /base
parent7bda9de511a5642efb297eae98c6ea7c42b27754 (diff)
Start splitting dice to a new module
Diffstat (limited to 'base')
-rw-r--r--base/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/pom.xml b/base/pom.xml
index 0fb24d7..a8ef779 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -108,6 +108,12 @@
</dependency>
<dependency>
+ <groupId>bjc</groupId>
+ <artifactId>dicelang-dice</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+
+ <dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.9</version>