Added Spigot Dependency and repository

This commit is contained in:
Romarjosh Villamor 2016-01-30 04:01:53 -08:00
parent 618986e216
commit 0858e324dd

24
pom.xml
View File

@ -12,6 +12,11 @@
</properties> </properties>
<repositories> <repositories>
<!-- Spigot -->
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository> <repository>
<id>onarandombox</id> <id>onarandombox</id>
<url>http://repo.onarandombox.com/content/groups/public</url> <url>http://repo.onarandombox.com/content/groups/public</url>
@ -243,17 +248,14 @@
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- Bukkit Dependency --> <!--Spigot API-->
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.spigotmc</groupId>
<artifactId>bukkit</artifactId> <artifactId>spigot-api</artifactId>
<version>1.8.7-R0.1-SNAPSHOT</version> <version>1.8.8-R0.1-SNAPSHOT</version>
<!-- If you want the lates, use this --> <scope>provided</scope>
<!-- <version>LATEST</version> --> </dependency>
<type>jar</type> <!--Spigot API-->
<scope>compile</scope>
</dependency>
<!-- Bukkit Dependency -->
<!-- Start of Spout (disabled because we aren't using it) <!-- Start of Spout (disabled because we aren't using it)
<dependency> <dependency>
<groupId>org.getspout</groupId> <groupId>org.getspout</groupId>