removed unused dependencies in the POM

This commit is contained in:
Tux 2013-09-29 16:25:28 -04:00
parent 766bf7f71d
commit 63e49bafd4
1 changed files with 0 additions and 17 deletions

17
pom.xml
View File

@ -21,10 +21,6 @@
<id>bungeecord-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>bungeeyaml-repo</id>
<url>http://repo.craftminecraft.net/content/repositories/releases</url>
</repository>
</repositories>
<inceptionYear>2013</inceptionYear>
@ -114,18 +110,5 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.craftminecraft.bungee</groupId>
<artifactId>bungeeyaml</artifactId>
<version>1.2.3</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>0.12.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>