summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Essentials/pom.xml7
-rw-r--r--EssentialsAntiBuild/pom.xml7
-rw-r--r--EssentialsChat/pom.xml7
-rw-r--r--EssentialsGeoIP/pom.xml7
-rw-r--r--EssentialsProtect/pom.xml7
-rw-r--r--EssentialsSpawn/pom.xml7
-rw-r--r--EssentialsXMPP/pom.xml7
-rw-r--r--pom.xml7
8 files changed, 7 insertions, 49 deletions
diff --git a/Essentials/pom.xml b/Essentials/pom.xml
index 81a7397d0..ee516d72a 100644
--- a/Essentials/pom.xml
+++ b/Essentials/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsAntiBuild/pom.xml b/EssentialsAntiBuild/pom.xml
index a23c6aa64..224ac1afd 100644
--- a/EssentialsAntiBuild/pom.xml
+++ b/EssentialsAntiBuild/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsChat/pom.xml b/EssentialsChat/pom.xml
index 247f65407..b84845c25 100644
--- a/EssentialsChat/pom.xml
+++ b/EssentialsChat/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsGeoIP/pom.xml b/EssentialsGeoIP/pom.xml
index 6652ac150..584b79e58 100644
--- a/EssentialsGeoIP/pom.xml
+++ b/EssentialsGeoIP/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsProtect/pom.xml b/EssentialsProtect/pom.xml
index e2837a728..6434509fb 100644
--- a/EssentialsProtect/pom.xml
+++ b/EssentialsProtect/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsSpawn/pom.xml b/EssentialsSpawn/pom.xml
index d6a3b54c9..a482fe4f0 100644
--- a/EssentialsSpawn/pom.xml
+++ b/EssentialsSpawn/pom.xml
@@ -42,13 +42,6 @@
</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>
diff --git a/EssentialsXMPP/pom.xml b/EssentialsXMPP/pom.xml
index 45035acda..36d47d7a2 100644
--- a/EssentialsXMPP/pom.xml
+++ b/EssentialsXMPP/pom.xml
@@ -42,13 +42,6 @@
</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>
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>