mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
More lasting fix for Spout constantly causing issues. (This is not the first time this has happened).
This commit is contained in:
parent
33d0d7cd6c
commit
6f8b80ae37
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>
|
||||
|
Loading…
Reference in New Issue
Block a user