1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00

Fix WildStackerAPI dependency

Seems their repo is trash

Closes #1043
This commit is contained in:
montlikadani 2021-01-14 11:29:57 +01:00
parent 4d05be6df9
commit e4896c8ad0
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>Jobs</groupId>
<artifactId>jobs</artifactId>
<version>4.16.3</version>
<version>4.17.0</version>
<name>Jobs</name>
<url>http://maven.apache.org</url>
@ -156,9 +156,11 @@
</dependency>
<!-- WildStacker -->
<dependency>
<groupId>com.github.OmerBenGera</groupId>
<groupId>com.bgsoftware</groupId>
<artifactId>WildStackerAPI</artifactId>
<version>master-SNAPSHOT</version>
<version>latest</version>
<scope>system</scope>
<systemPath>${basedir}/libs/WildStackerAPI-latest.jar</systemPath>
</dependency>
<!-- StackMob -->
<dependency>