Update pom.xml

This commit is contained in:
Business Goose 2022-03-23 19:31:00 +00:00 committed by GitHub
parent 0e1991e91f
commit 05ff7c1475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@
<artifactId>worldedit</artifactId>
<version>6.1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/TF-WorldEdit.jar</systemPath>
<systemPath>${pom.basedir}/libs/TF-WorldEdit.jar</systemPath>
</dependency>
<dependency>
@ -58,7 +58,7 @@
<artifactId>BukkitTelnet</artifactId>
<version>4.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/BukkitTelnet.jar</systemPath>
<systemPath>${pom.basedir}/libs/BukkitTelnet.jar</systemPath>
</dependency>
<dependency>
@ -66,7 +66,7 @@
<artifactId>essentials</artifactId>
<version>2.0-TF</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/Essentials-TF.jar</systemPath>
<systemPath>${pom.basedir}/libs/Essentials-TF.jar</systemPath>
</dependency>
<dependency>