mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-27 11:37:51 +01:00
Try getting Jitpack to compile again, part 2
This commit is contained in:
parent
f5dddee96e
commit
f05d1256f9
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<!-- GPS, PhatLoots, CitizensBooks, mcMMO Classic -->
|
<!-- GPS, PhatLoots, CitizensBooks, mcMMO Classic, DungeonsXL -->
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
<url>https://jitpack.io</url>
|
<url>https://jitpack.io</url>
|
||||||
</repository>
|
</repository>
|
||||||
@ -122,6 +122,12 @@
|
|||||||
<version>2.6.3</version>
|
<version>2.6.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.DRE2N</groupId>
|
||||||
|
<artifactId>DungeonsXL</artifactId>
|
||||||
|
<version>-SNAPSHOT</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
8
pom.xml
8
pom.xml
@ -35,12 +35,4 @@
|
|||||||
<url>http://erethon.de/repo/</url>
|
<url>http://erethon.de/repo/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>de.erethon.dungeonsxl</groupId>
|
|
||||||
<artifactId>dungeonsxl-dist</artifactId>
|
|
||||||
<version>0.18-SNAPSHOT</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user