Cleanup dependencies, still waiting on build server to be fixed

This commit is contained in:
vemacs 2015-06-17 13:01:01 -04:00
parent e95ca8444e
commit 140ece68d3
2 changed files with 0 additions and 13 deletions

View file

@ -104,12 +104,6 @@
<artifactId>BlockMetaProvider</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
@ -129,7 +123,6 @@
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>

View file

@ -25,11 +25,5 @@
<artifactId>NMSProvider</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.7-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>