mirror of
https://github.com/taoneill/war.git
synced 2024-11-27 04:35:35 +01:00
Merge pull request #483 from cmastudios/patch-2
POM update. Couldn't compile with old one (spout changed their repo addr...
This commit is contained in:
commit
a1634b8b94
25
war/pom.xml
25
war/pom.xml
@ -10,13 +10,13 @@
|
|||||||
<url>http://war.tommytony.com</url>
|
<url>http://war.tommytony.com</url>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spout-repo</id>
|
<id>bukkit-repo</id>
|
||||||
<url>http://nexus.getspout.org/content/groups/public/</url>
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>spout-repo</id>
|
||||||
|
<url>http://nexus.spout.org/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>sk89q-mvn2</id>
|
|
||||||
<url>http://mvn2.sk89q.com/repo</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>Github issues</system>
|
<system>Github issues</system>
|
||||||
@ -68,22 +68,15 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.1-R6</version>
|
<version>1.2.5-R4.0</version>
|
||||||
<type>pom</type>
|
<scope>compile</scope>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.bukkit</groupId>
|
|
||||||
<artifactId>craftbukkit</artifactId>
|
|
||||||
<version>1.1-R6</version>
|
|
||||||
<type>pom</type>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-all</artifactId>
|
<artifactId>mockito-all</artifactId>
|
||||||
<version>1.8.5</version>
|
<version>1.8.5</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user