Build changes

This commit is contained in:
destro174 2022-02-14 09:48:43 +01:00
parent 01d303d484
commit 675c5b5b14

12
pom.xml
View File

@ -50,6 +50,11 @@
<id>essx-repo</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<repository>
<id>AlttdRepo-snapshots</id>
<name>Altitude Maven Repo</name>
<url>https://repo.destro.xyz/snapshots</url>
</repository>
</repositories>
<build>
@ -138,10 +143,9 @@
<dependencies>
<!-- Bukkit API. Bukkit has never ever deployed a release version -->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<groupId>com.alttd</groupId>
<artifactId>Galaxy-API</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
</dependency>
<!-- Worldguard dependency -->
<dependency>