mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Fixed dependencies
This commit is contained in:
parent
0b43b7e91a
commit
db5faa8385
19
pom.xml
19
pom.xml
@ -18,16 +18,15 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.15-R0.1-SNAPSHOT</version>
|
<version>1.15.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- MyPet -->
|
<!-- MyPet -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.Keyle.MyPet</groupId>
|
<groupId>de.keyle</groupId>
|
||||||
<artifactId>MyPet</artifactId>
|
<artifactId>mypet</artifactId>
|
||||||
<version>3.7</version>
|
<version>3.9</version>
|
||||||
<scope>system</scope>
|
<scope>provided</scope>
|
||||||
<systemPath>${basedir}/libs/MyPet-3.7.jar</systemPath>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- McMMO -->
|
<!-- McMMO -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -161,6 +160,14 @@
|
|||||||
<id>placeholderapi</id>
|
<id>placeholderapi</id>
|
||||||
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<!-- MyPet -->
|
||||||
|
<repository>
|
||||||
|
<id>mypet-repo</id>
|
||||||
|
<url>http://repo.keyle.de/</url>
|
||||||
|
<snapshots>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<!-- Builds Plugin -->
|
<!-- Builds Plugin -->
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user