1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Updated pom.xml

This commit is contained in:
TheBusyBiscuit 2017-11-27 15:49:16 +01:00
parent 33f27d96c7
commit ff610340e1
4 changed files with 10 additions and 16 deletions

View File

@ -1,10 +0,0 @@
# External Libraries
This Project was built using the following external Libraries:
* Clearlag v2.9.0
* CraftBukkit 1.10
* WorldEdit v6.1.1
* CS-CoreLib v1.5.2
* EmeraldEnchants v2.0
* CoreProtect v2.14.2

Binary file not shown.

BIN
lib/ExoticGarden v1.2.0.jar Normal file

Binary file not shown.

16
pom.xml
View File

@ -34,7 +34,7 @@
<id>clearlag-repo</id>
<url>http://minebuilders.me:8080/job/Clearlag/lastSuccessfulBuild/maven-repository/repository/</url>
</repository>
<repository>
<repository>
<id>robomwm-repo</id>
<url>https://dl.bintray.com/robomwm/maven</url>
</repository>
@ -50,7 +50,7 @@
<directory>${project.basedir}/tests/resources</directory>
</testResource>
</testResources>
<finalName>${project.name}-${project.version}</finalName>
<finalName>${project.name} v${project.version}</finalName>
<resources>
<resource>
<!-- Use plugin.yml in the src directory-->
@ -79,7 +79,7 @@
<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>CS-CoreLib</artifactId>
<version>47bb8d9ea8</version>
<version>5b8bb9924c</version>
</dependency>
<dependency>
<groupId>me.minebuilders</groupId>
@ -94,12 +94,16 @@
<dependency>
<groupId>me.mrCookieSlime</groupId>
<artifactId>EmeraldEnchants</artifactId>
<version>2.0</version>
<version>2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/EmeraldEnchants v2.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<groupId>me.mrCookieSlime</groupId>
<artifactId>ExoticGarden</artifactId>
<version>787060c580</version>
<version>1.2.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/ExoticGarden v1.2.0.jar</systemPath>
</dependency>
</dependencies>