Remove unneeded deps in pom.xml

This commit is contained in:
addstar 2013-11-01 13:25:23 +11:00
parent 50259a369d
commit ca7a5d4e17

14
pom.xml
View File

@ -10,10 +10,6 @@
<id>bukkit-repo</id>
<url>http://repo.bukkit.org/content/groups/public</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/repo</url>
</repository>
<repository>
<id>addstar-repo</id>
<url>http://maven.addstar.com.au/artifactory/ext-release-local</url>
@ -26,16 +22,6 @@
<artifactId>bukkit</artifactId>
<version>1.6.4-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldedit</artifactId>
<version>5.5.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.2.26-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>me.libraryaddict</groupId>
<artifactId>LibsDisguises</artifactId>