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:
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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user