mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Update Towny dependency
Now uses maven repository of Articdive
This commit is contained in:
parent
9df50e8d87
commit
b35f22a069
Binary file not shown.
9
pom.xml
9
pom.xml
@ -59,6 +59,10 @@
|
|||||||
<id>nlthijs48-repo</id>
|
<id>nlthijs48-repo</id>
|
||||||
<url>http://maven.wiefferink.me</url>
|
<url>http://maven.wiefferink.me</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>articdive-repo</id>
|
||||||
|
<url>https://nexus.articdive.de/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -117,9 +121,8 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.palmergames</groupId>
|
<groupId>com.palmergames</groupId>
|
||||||
<artifactId>Towny</artifactId>
|
<artifactId>Towny</artifactId>
|
||||||
<version>0.91.4.0</version>
|
<version>0.93.1.0</version>
|
||||||
<scope>system</scope>
|
<scope>provided</scope>
|
||||||
<systemPath>${project.basedir}/lib/Towny-0.91.4.0.jar</systemPath>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>pl.gnacik</groupId>
|
<groupId>pl.gnacik</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user