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:
parent
3c3f41777c
commit
8af1b51d84
BIN
libs/mypet-3.11-20210318.180552-1.jar
Normal file
BIN
libs/mypet-3.11-20210318.180552-1.jar
Normal file
Binary file not shown.
12
pom.xml
12
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user