Fix building because the bungee proxy repo is down [ci skip]

This commit is contained in:
games647
2017-05-19 12:00:18 +02:00
parent cf1a0c1bef
commit a79e18445a

View File

@ -20,7 +20,7 @@
<!--BungeeCord with also the part outside the API--> <!--BungeeCord with also the part outside the API-->
<repository> <repository>
<id>bungee-repo</id> <id>bungee-repo</id>
<url>http://maven.addstar.com.au/artifactory/ext-snapshot-local/</url> <url>https://repo.extension.ws/content/repositories/snapshots/</url>
</repository> </repository>
<repository> <repository>
@ -38,7 +38,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>tc.oc</groupId>
<artifactId>bungeecord-proxy</artifactId> <artifactId>bungeecord-proxy</artifactId>
<version>1.11-SNAPSHOT</version> <version>1.11-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>