summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2020-04-07 16:27:32 -0400
committerBen Culkin <scorpress@gmail.com>2020-04-07 16:27:32 -0400
commitd6afd99961aacd6ce915629773723cb6c6e145a7 (patch)
tree9227b2a85f4dd6b28e0a3b9faffcdcb51bed4280 /base
parente578fe2beb5a38f1c221348dfd33b8d6ef48c080 (diff)
Prepare to switch esodata to external project
This adds the esodata project as a dependancy, to prepare for the duplicated code between this project and that one being removed.
Diffstat (limited to 'base')
-rw-r--r--base/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/pom.xml b/base/pom.xml
index f5eea88..664748a 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -146,5 +146,10 @@
</dependency>
+ <dependency>
+ <groupId>io.github.bculkin2442</groupId>
+ <artifactId>esodata</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>