1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-06 14:46:32 +02:00

Force Bukkit version to match deps.

This commit is contained in:
KHobbits
2014-01-25 23:29:48 +00:00
parent 95094e20ca
commit 2c87e516bb
10 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>