Skip to content

Commit

Permalink
Changes..
Browse files Browse the repository at this point in the history
Signed-off-by: Staartvin <[email protected]>
  • Loading branch information
Staartvin committed Aug 16, 2015
1 parent c98a46f commit 71282e9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<url>http://nexus.lolmewn.nl/content/repositories/snapshots/</url>
</repository>

<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>

</repositories>

<dependencies>
Expand All @@ -54,60 +59,87 @@
<groupId>ar.com.synergian</groupId>
<artifactId>wagon-git</artifactId>
<version>0.2.5</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>Autorank</groupId>
<artifactId>Autorank</artifactId>
<version>3.6</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>Factions</groupId>
<artifactId>Factions</artifactId>
<version>2.8.0</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>MassiveCore</groupId>
<artifactId>MassiveCore</artifactId>
<version>2.8.0</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>OnTime</groupId>
<artifactId>OnTime</artifactId>
<version>4.1.3</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>RoyalCommands</groupId>
<artifactId>RoyalCommands</artifactId>
<version>4.1.2-SNAPSHOT-315</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>UltimateCore</groupId>
<artifactId>UltimateCore2</artifactId>
<version>1.1.11</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>afkTerminator</groupId>
<artifactId>afkTerminator</artifactId>
<version>3.0.2</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>1.5.03-b66</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>nl.lolmewn.stats</groupId>
<artifactId>Stats</artifactId>
<version>3.0.2-SNAPSHOT</version>
<type>jar</type>
</dependency>

<!--Spigot-API -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<type>jar</type>
</dependency>
<!--Bukkit API -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<type>jar</type>
</dependency>

</dependencies>
Expand Down

0 comments on commit 71282e9

Please sign in to comment.