!Updated pom.xml

This commit is contained in:
Aria 2019-12-24 23:16:16 +01:00
parent 6d53f009bd
commit 9087c9bc0a
2 changed files with 16 additions and 13 deletions

BIN
lib/MMOLib.jar Normal file

Binary file not shown.

29
pom.xml
View File

@ -69,6 +69,22 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>mmoitems</artifactId>
<version>5.1.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/MMOItems.jar</systemPath>
</dependency>
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOLib</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/MMOLib.jar</systemPath>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
@ -76,19 +92,6 @@
<scope>system</scope>
<systemPath>${basedir}/lib/spigot.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.Indyuce</groupId>
<artifactId>MMOItems</artifactId>
<version>5.1.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/MMOItems.jar</systemPath>
</dependency>
<dependency>
<groupId>com.nisovin</groupId>
<artifactId>Shopkeepers</artifactId>