mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-26 17:44:27 +00:00
More lasting fix for Spout constantly causing issues. (This is not the first time this has happened).
This commit is contained in:
10
pom.xml
10
pom.xml
@ -38,10 +38,6 @@
|
||||
<id>bukkit-repo</id>
|
||||
<url>http://repo.bukkit.org/content/groups/public</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spout-repo</id>
|
||||
<url>http://repo.spout.org/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<!-- Used for Permissions support (this version has both the legacy API
|
||||
@ -269,6 +265,12 @@
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>spout</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spout-repo</id>
|
||||
<url>http://nexus.spout.org/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.spout</groupId>
|
||||
|
Reference in New Issue
Block a user