summaryrefslogtreecommitdiff
path: root/base/pom.xml
diff options
context:
space:
mode:
authorstudent <student@69.161.224.78>2018-02-13 11:14:30 -0500
committerstudent <student@69.161.224.78>2018-02-13 11:14:30 -0500
commit63390a44ab57983472b87b8869923af02c36b45a (patch)
tree62964cfcbe7e0bb6eb74769af62985527320119a /base/pom.xml
parent825128ba939c6ac5728fd3d9d78e84aa9e60806b (diff)
Refactor SCL into its own module
Diffstat (limited to 'base/pom.xml')
-rw-r--r--base/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/base/pom.xml b/base/pom.xml
index bfea276..f231c13 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -116,6 +115,12 @@
</dependency>
<dependency>
+ <groupId>bjc</groupId>
+ <artifactId>dicelang-scl</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.9</version>
@@ -126,5 +131,6 @@
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
+
</dependencies>
</project>