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
commit466b4ae7c537e956aed5cca991bf05ad8bdecbd6 (patch)
tree4b9be70aebbb98930765a4e9dbf9a1208ea933af /pom.xml
parente7c468b20d14aa74004432f822642a6656945ab2 (diff)
downloadEssentials-466b4ae7c537e956aed5cca991bf05ad8bdecbd6.tar
Essentials-466b4ae7c537e956aed5cca991bf05ad8bdecbd6.tar.gz
Essentials-466b4ae7c537e956aed5cca991bf05ad8bdecbd6.tar.lz
Essentials-466b4ae7c537e956aed5cca991bf05ad8bdecbd6.tar.xz
Essentials-466b4ae7c537e956aed5cca991bf05ad8bdecbd6.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>