mirror of
https://github.com/taoneill/war.git
synced 2024-12-11 19:36:55 +01:00
Updated pom.xml. Trying to fix jenkins build.
This commit is contained in:
parent
6a452ebb8f
commit
4d04f39e3b
15
war/pom.xml
15
war/pom.xml
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<groupId>com.tommytony</groupId>
|
<groupId>com.tommytony</groupId>
|
||||||
<artifactId>war</artifactId>
|
<artifactId>war</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.7</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>War</name>
|
<name>War</name>
|
||||||
@ -50,13 +50,6 @@
|
|||||||
<version>1.0.1-R1</version>
|
<version>1.0.1-R1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.nijikokun.bukkit</groupId>
|
|
||||||
<artifactId>Permissions</artifactId>
|
|
||||||
<version>2.7.4</version>
|
|
||||||
<type>jar</type>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.getspout</groupId>
|
<groupId>org.getspout</groupId>
|
||||||
<artifactId>spoutpluginapi</artifactId>
|
<artifactId>spoutpluginapi</artifactId>
|
||||||
@ -75,6 +68,12 @@
|
|||||||
<version>1.8.5</version>
|
<version>1.8.5</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.nijikokun.bukkit</groupId>
|
||||||
|
<artifactId>Permissions</artifactId>
|
||||||
|
<version>2.7.4</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user