mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Use bukkit-repo for CraftBukkit
spout-repo is dead, so dependencies cannot be resolved from there any more. This uses the bukkit version of CraftBukkit.
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spout-repo</id>
|
||||
<url>http://nexus.spout.org/content/groups/public/</url>
|
||||
<id>bukkit-repo</id>
|
||||
<url>http://repo.bukkit.org/content/groups/public/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>always</updatePolicy>
|
||||
@@ -54,9 +54,9 @@
|
||||
<dependencies>
|
||||
<!-- Provided by third-party -->
|
||||
<dependency>
|
||||
<groupId>org.spout</groupId>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.6.2-R0.2-SNAPSHOT</version>
|
||||
<version>1.7.2-R0.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user