Merge remote-tracking branch 'origin/master'

This commit is contained in:
Indyuce 2021-08-20 10:13:58 +02:00
commit 3d140f5b5e
7 changed files with 20 additions and 20 deletions

36
pom.xml
View File

@ -102,6 +102,12 @@
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<!-- holographic displays -->
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@ -143,9 +149,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>
@ -175,48 +181,42 @@
<groupId>com.bekvon.bukkit.residence</groupId>
<artifactId>Residence</artifactId>
<version>4.8.7.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Residence-4.8.7.2.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.Zrips.CMI</groupId>
<artifactId>CMI</artifactId>
<version>8.6.5.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/CMI-8.6.5.0.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sainttx.holograms</groupId>
<artifactId>Holograms</artifactId>
<version>2.9.1</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Holograms-2.9.1.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gmail.filoghost</groupId>
<artifactId>HolographicDisplays</artifactId>
<version>2.4.6</version>
<scope>system</scope>
<systemPath>${basedir}/lib/HolographicDisplays-2.4.6.jar</systemPath>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.citizensnpcs</groupId>
<artifactId>Citizens</artifactId>
<version>2.0.25</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Citizens-2.0.25.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.vagdedes.spartan</groupId>
<artifactId>SpartanAPI</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/SpartanAPI-1.0.jar</systemPath>
<scope>provided</scope>
</dependency>
</dependencies>