Updated pom.xml. Trying to fix jenkins build.

This commit is contained in:
taoneill 2012-01-14 11:19:09 -05:00
parent 6a452ebb8f
commit 4d04f39e3b

View File

@ -3,7 +3,7 @@
<groupId>com.tommytony</groupId>
<artifactId>war</artifactId>
<version>1.6</version>
<version>1.7</version>
<packaging>jar</packaging>
<name>War</name>
@ -50,13 +50,6 @@
<version>1.0.1-R1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit</groupId>
<artifactId>Permissions</artifactId>
<version>2.7.4</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId>
@ -75,6 +68,12 @@
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit</groupId>
<artifactId>Permissions</artifactId>
<version>2.7.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>