summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>