diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-07 16:27:32 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-07 16:27:32 -0400 |
| commit | d6afd99961aacd6ce915629773723cb6c6e145a7 (patch) | |
| tree | 9227b2a85f4dd6b28e0a3b9faffcdcb51bed4280 | |
| parent | e578fe2beb5a38f1c221348dfd33b8d6ef48c080 (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.
| -rw-r--r-- | base/pom.xml | 5 |
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> |
