mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:24:56 +00:00
Update pom.xml
This commit is contained in:
parent
0e1991e91f
commit
05ff7c1475
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue