summaryrefslogtreecommitdiff
path: root/BJC-Utils2/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@mix.wvu.edu>2017-03-28 16:48:43 -0400
committerbjculkin <bjculkin@mix.wvu.edu>2017-03-28 16:48:43 -0400
commitdaceafeeb90680116c289a7c301c42eb3e57eb97 (patch)
tree77e4656d7559bc84ff381fc95f285a41c4c7d867 /BJC-Utils2/pom.xml
parent32041545ef34fa83aeea682d97be4ca9a94659f2 (diff)
Mostly finish FDS core
The major changes this time are that we have both data/command macros, as well as proper Unicode character support.
Diffstat (limited to 'BJC-Utils2/pom.xml')
-rw-r--r--BJC-Utils2/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/BJC-Utils2/pom.xml b/BJC-Utils2/pom.xml
index bd2946c..cd87424 100644
--- a/BJC-Utils2/pom.xml
+++ b/BJC-Utils2/pom.xml
@@ -70,5 +70,10 @@
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
+ <dependency>
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <version>58.2</version>
+ </dependency>
</dependencies>
</project>