!Removed useless deps

This commit is contained in:
Jules 2021-07-25 20:40:27 +02:00
parent 69876347b5
commit ee7df82326
3 changed files with 0 additions and 16 deletions

Binary file not shown.

Binary file not shown.

16
pom.xml
View File

@ -373,21 +373,5 @@
<systemPath>${basedir}/lib/GlowAPI.jar</systemPath>
</dependency>
<dependency>
<groupId>com.willfp.eco</groupId>
<artifactId>core</artifactId>
<version>6.0.6</version>
<scope>system</scope>
<systemPath>${basedir}/lib/eco-6.0.6-all.jar</systemPath>
</dependency>
<dependency>
<groupId>com.willfp</groupId>
<artifactId>ecoenchants</artifactId>
<version>8.1.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/EcoEnchants v8.1.2.jar</systemPath>
</dependency>
</dependencies>
</project>