Force Bukkit version to match deps.

This commit is contained in:
KHobbits 2014-01-25 23:29:48 +00:00
parent 5070f15810
commit 1c035457bb
11 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>