Skip to content

Commit

Permalink
add alternative mvn repo for worldedit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Sep 5, 2018
1 parent 3c64376 commit 1b316dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -71,13 +71,17 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>https://maven.sk89q.com/repo/</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
<id>brokkonaut-repo</id>
<url>https://www.iani.de/nexus/content/groups/public/</url>
</repository>
</repositories>
<profiles>
Expand Down

0 comments on commit 1b316dc

Please sign in to comment.