summaryrefslogtreecommitdiffstats
path: root/EssentialsXMPP/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsXMPP/pom.xml')
-rw-r--r--EssentialsXMPP/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/EssentialsXMPP/pom.xml b/EssentialsXMPP/pom.xml
index 36d47d7a2..45035acda 100644
--- a/EssentialsXMPP/pom.xml
+++ b/EssentialsXMPP/pom.xml
@@ -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>