1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-30 21:07:48 +01:00

Temporarily fix mypet dependency until the repo inaccessible

This commit is contained in:
montlikadani 2021-03-26 16:14:58 +01:00
parent 3c3f41777c
commit 8af1b51d84
2 changed files with 7 additions and 5 deletions

Binary file not shown.

12
pom.xml
View File

@ -194,8 +194,10 @@
<dependency>
<groupId>de.keyle</groupId>
<artifactId>mypet</artifactId>
<version>3.10</version>
<scope>provided</scope>
<version>3.11-SNAPSHOT</version>
<scope>system</scope>
<!-- Temporary solution for replacing repository -->
<systemPath>${basedir}/libs/mypet-3.11-20210318.180552-1.jar</systemPath>
</dependency>
</dependencies>
<repositories>
@ -230,10 +232,10 @@
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
<!-- MyPet -->
<repository>
<!--<repository>
<id>mypet-repo</id>
<url>http://repo.keyle.de/</url>
</repository>
<url>https://repo.mypet-plugin.de/</url>
</repositor>-->
</repositories>
<!-- Builds Plugin -->
<build>