1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 00:55:10 +02:00

Force Bukkit version to match deps.

This commit is contained in:
KHobbits
2014-01-25 23:29:48 +00:00
parent 4e1e5c5cd0
commit cd2fc1928f
9 changed files with 49 additions and 28 deletions

View File

@@ -42,6 +42,13 @@
</ciManagement>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.2-R0.3-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/../lib/bukkit.jar</systemPath>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>Essentials</artifactId>