Add EssentialsX to the dependencies & remove Essentials-TF.jar

This commit is contained in:
Business Goose 2022-03-29 00:22:23 +01:00
parent 5df6d4cfed
commit 193b22adb0
No known key found for this signature in database
GPG Key ID: 77DCA801362E9645
2 changed files with 12 additions and 5 deletions

Binary file not shown.

17
pom.xml
View File

@ -16,6 +16,14 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>essentials-releases</id>
<url>https://repo.essentialsx.net/releases/</url>
</repository>
<repository>
<id>paper-repo</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@ -62,11 +70,10 @@
</dependency>
<dependency>
<groupId>com.earth2me</groupId>
<artifactId>essentials</artifactId>
<version>2.0-TF</version>
<scope>system</scope>
<systemPath>${pom.basedir}/libs/Essentials-TF.jar</systemPath>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.19.4</version>
<scope>provided</scope>
</dependency>
<dependency>