diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-10-28 16:52:54 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-10-28 16:52:54 -0300 |
| commit | c88c846b75dbc806db19a2e3a907bff21fd0c273 (patch) | |
| tree | 43e0920650c24e7d29abfa8233ad95049c891b6a | |
| parent | fccb19447851ed2e65610385ad48ef870a10c6e6 (diff) | |
Add esodata dependancy
| -rwxr-xr-x | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |
