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