summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2014-01-30 10:34:16 +1100
committerChris Ward <chris@chrisgward.com>2014-01-30 10:34:16 +1100
commit85c09226e237c2af6d1add96e87b3f06d496a057 (patch)
treedcae33f8c52222e4ff16070940ed6d08e17c7481 /pom.xml
parent6f91c1beff7040d995dff28ba7da5c88dc88cd68 (diff)
downloadEssentials-85c09226e237c2af6d1add96e87b3f06d496a057.tar
Essentials-85c09226e237c2af6d1add96e87b3f06d496a057.tar.gz
Essentials-85c09226e237c2af6d1add96e87b3f06d496a057.tar.lz
Essentials-85c09226e237c2af6d1add96e87b3f06d496a057.tar.xz
Essentials-85c09226e237c2af6d1add96e87b3f06d496a057.zip
Restore Bukkit dependency to parent pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dc6425375..e407756f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,13 @@
<dependencies>
<dependency>
+ <groupId>org.bukkit</groupId>
+ <artifactId>bukkit</artifactId>
+ <version>1.7.2-R0.3-SNAPSHOT</version>
+ <scope>system</scope>
+ <systemPath>${user.dir}/lib/bukkit.jar</systemPath>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>