summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-10-28 16:52:54 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-10-28 16:52:54 -0300
commitc88c846b75dbc806db19a2e3a907bff21fd0c273 (patch)
tree43e0920650c24e7d29abfa8233ad95049c891b6a
parentfccb19447851ed2e65610385ad48ef870a10c6e6 (diff)
Add esodata dependancy
-rwxr-xr-xpom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7e5e98d..733ba8c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,11 @@
<artifactId>commons-text</artifactId>
<version>1.0</version>
</dependency>
+ <dependency>
+ <groupId>io.github.bculkin2442</groupId>
+ <artifactId>esodata</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<reporting>
<plugins>