Add iCo 6 Support, update to AllPay 1.0.1

This commit is contained in:
Eric Stokes 2011-08-15 20:53:16 -06:00
parent f6299c60a0
commit 93fab486ff
2 changed files with 21 additions and 3 deletions

@ -1 +1 @@
Subproject commit b6b450e8b67af96aee856469b2061cccbcfac87e
Subproject commit 44e62ec33ec37d89cb1b8a2dd897b0747d148833

22
pom.xml
View File

@ -16,6 +16,10 @@
<id>OnARandomBox</id>
<url>http://repo.onarandombox.com/artifactory/repo</url>
</repository>
<repository>
<id>GetSpout</id>
<url>http://repo.getspout.org/</url>
</repository>
</repositories>
<build>
@ -99,7 +103,13 @@
<scope>compile</scope>
</dependency>
<!-- Bukkit Dependency -->
<!-- Start of Spout -->
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutapi</artifactId>
<version>dev-SNAPSHOT</version>
</dependency>
<!-- End of Spout -->
<!-- Start of Economy Dependencies -->
<dependency>
<groupId>cosine.boseconomy</groupId>
@ -116,7 +126,15 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.iCo6</groupId>
<artifactId>iConomy</artifactId>
<version>6.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.iConomy</groupId>
<artifactId>iConomy</artifactId>