summaryrefslogtreecommitdiffstats
path: root/Essentials/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/pom.xml')
-rw-r--r--Essentials/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Essentials/pom.xml b/Essentials/pom.xml
index ee516d72a..81a7397d0 100644
--- a/Essentials/pom.xml
+++ b/Essentials/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>BOSEconomy</groupId>
<artifactId>BOSEconomy</artifactId>