Updated pom.xml and removed Bukkit dependency

This commit is contained in:
Blackvein 2013-08-05 17:25:00 -07:00
parent 68700b6860
commit 67592916fd

View File

@ -34,7 +34,7 @@
<id>mcMMO-repo</id> <id>mcMMO-repo</id>
<url>http://repo.mcmmo.org</url> <url>http://repo.mcmmo.org</url>
</repository> </repository>
</repositories> </repositories>
<dependencies> <dependencies>
@ -43,11 +43,6 @@
<artifactId>craftbukkit</artifactId> <artifactId>craftbukkit</artifactId>
<version>LATEST</version> <version>LATEST</version>
</dependency> </dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>LATEST</version>
</dependency>
<dependency> <dependency>
<groupId>net.citizensnpcs</groupId> <groupId>net.citizensnpcs</groupId>
<artifactId>citizens</artifactId> <artifactId>citizens</artifactId>