1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-02 14:29:07 +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> <dependency>
<groupId>de.keyle</groupId> <groupId>de.keyle</groupId>
<artifactId>mypet</artifactId> <artifactId>mypet</artifactId>
<version>3.10</version> <version>3.11-SNAPSHOT</version>
<scope>provided</scope> <scope>system</scope>
<!-- Temporary solution for replacing repository -->
<systemPath>${basedir}/libs/mypet-3.11-20210318.180552-1.jar</systemPath>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
@ -230,10 +232,10 @@
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url> <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository> </repository>
<!-- MyPet --> <!-- MyPet -->
<repository> <!--<repository>
<id>mypet-repo</id> <id>mypet-repo</id>
<url>http://repo.keyle.de/</url> <url>https://repo.mypet-plugin.de/</url>
</repository> </repositor>-->
</repositories> </repositories>
<!-- Builds Plugin --> <!-- Builds Plugin -->
<build> <build>