Update Towny dependency

Now uses maven repository of Articdive
This commit is contained in:
Eric 2019-06-15 14:04:52 +02:00
parent 9df50e8d87
commit b35f22a069
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -59,6 +59,10 @@
<id>nlthijs48-repo</id>
<url>http://maven.wiefferink.me</url>
</repository>
<repository>
<id>articdive-repo</id>
<url>https://nexus.articdive.de/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@ -117,9 +121,8 @@
<dependency>
<groupId>com.palmergames</groupId>
<artifactId>Towny</artifactId>
<version>0.91.4.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Towny-0.91.4.0.jar</systemPath>
<version>0.93.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>pl.gnacik</groupId>