Updated pom.xml

This commit is contained in:
Blackvein 2013-11-09 23:05:46 -08:00
parent 9e4abf41df
commit 9715e5f9ea

13
pom.xml
View File

@ -80,31 +80,24 @@
<scope>system</scope>
<systemPath>${project.basedir}/lib/Heroes.jar</systemPath>
</dependency>
<dependency>
<groupId>think.rpgitems</groupId>
<artifactId>rpgitems</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/rpgitems.jar</systemPath>
</dependency>
<dependency>
<groupId>com.codisimus.phatloots</groupId>
<artifactId>PhatLoots</artifactId>
<version>1.0</version>
<version>3.6.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PhatLoots.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>WorldEdit</artifactId>
<version>1.0</version>
<version>5.5.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/WorldEdit.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>
<artifactId>WorldGuard</artifactId>
<version>1.0</version>
<version>5.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/WorldGuard.jar</systemPath>
</dependency>