mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
Update pom.xml
This commit is contained in:
parent
1cf407026b
commit
99b449998f
14
pom.xml
14
pom.xml
@ -82,19 +82,11 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>private</id>
|
<id>private</id>
|
||||||
<url>https://repo.songoda.com/artifactory/private/</url>
|
<url>https://repo.songoda.com/repository/private/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>public</id>
|
<id>public</id>
|
||||||
<url>https://repo.songoda.com/artifactory/public/</url>
|
<url>https://repo.songoda.com/repository/public/</url>
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>reserve-repo</id>
|
|
||||||
<url>https://dl.bintray.com/theneweconomy/java/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>spigot-repo</id>
|
|
||||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -146,7 +138,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bgsoftware</groupId>
|
<groupId>com.bgsoftware</groupId>
|
||||||
<artifactId>WildStacker</artifactId>
|
<artifactId>WildStacker</artifactId>
|
||||||
<version>2-9-0</version>
|
<version>b20</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user