This commit is contained in:
Ashijin 2021-08-17 20:48:30 -06:00
parent ea5d9c69af
commit 06b3878b4c

44
pom.xml
View File

@ -95,6 +95,18 @@
<url>https://www.myget.org/F/egg82-java/maven/</url>
</repository>
<!-- holographic displays -->
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<!-- citizens -->
<repository>
<id>citizens-repo</id>
<url>http://repo.citizensnpcs.co/</url>
</repository>
</repositories>
<!-- Order of dependencies matters in Maven because the first wins when
@ -155,7 +167,7 @@
<dependency>
<groupId>com.github.RednedEpic</groupId>
<artifactId>PhatLoots</artifactId>
<version>master-dev-build-79-g4ab7dd1-97</version>
<version>4.2.3</version>
<scope>provided</scope>
</dependency>
@ -167,9 +179,9 @@
</dependency>
<dependency>
<groupId>io.lumine.xikage</groupId>
<artifactId>MythicMobs</artifactId>
<version>4.11.0-SNAPSHOT</version>
<groupId>io.lumine</groupId>
<artifactId>MythicMobs-Dist</artifactId>
<version>5.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@ -218,19 +230,17 @@
</dependency>
<dependency>
<groupId>com.bekvon.bukkit</groupId>
<groupId>com.bekvon.bukkit.residence</groupId>
<artifactId>Residence</artifactId>
<version>4.8.7.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Residence.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.Zrips</groupId>
<groupId>com.Zrips.CMI</groupId>
<artifactId>CMI</artifactId>
<version>8.6.5.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/CMI.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
@ -314,11 +324,10 @@
</dependency>
<dependency>
<groupId>com.gmail.filoghost</groupId>
<artifactId>HolographicDisplays</artifactId>
<version>2.4.8</version>
<scope>system</scope>
<systemPath>${basedir}/lib/HolographicDisplays.jar</systemPath>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -339,10 +348,9 @@
<dependency>
<groupId>com.sainttx.holograms</groupId>
<artifactId>holograms</artifactId>
<artifactId>Holograms</artifactId>
<version>2.9.1</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Holograms.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>