diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-10-31 11:14:07 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-10-31 11:14:07 -0400 |
| commit | e8b01037e47884c10d9f910192ac59cef14d28bf (patch) | |
| tree | a48b8b4748679e87f250164788f5c38c78edd2f6 /pom.xml | |
| parent | d43c2e002313cf649aab00ade69f777a94dd5633 (diff) | |
Do some restructuring
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -46,6 +46,16 @@ <version>4.11</version> <scope>test</scope> </dependency> + <dependency> + <groupId>bjc</groupId> + <artifactId>BJC-Utils2</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>io.github.bculkin2442</groupId> + <artifactId>esodata</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> </dependencies> <build> <plugins> |
