mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-20 02:45:00 +00:00
Fix bukkit dependency by adding official bukkit repo.
This commit is contained in:
parent
2d8a4a9f8a
commit
c914432e9a
4
pom.xml
4
pom.xml
@ -26,6 +26,10 @@
|
|||||||
<id>sk89q-mvn2</id>
|
<id>sk89q-mvn2</id>
|
||||||
<url>http://mvn2.sk89q.com/repo</url>
|
<url>http://mvn2.sk89q.com/repo</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>bukkit-releases</id>
|
||||||
|
<url>http://repo.bukkit.org/content/repositories/releases</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user