diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -44,10 +44,6 @@ <id>ess-repo</id> <url>http://repo.ess3.net/content/groups/public</url> </repository> - <repository> - <id>bukkit-repo</id> - <url>http://repo.bukkit.org/content/groups/public</url> - </repository> </repositories> <distributionManagement> @@ -73,11 +69,6 @@ <dependencies> <dependency> - <groupId>org.bukkit</groupId> - <artifactId>bukkit</artifactId> - <version>1.7.2-R0.3-SNAPSHOT</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> |