summaryrefslogtreecommitdiffstats
path: root/EssentialsAntiCheat/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsAntiCheat/pom.xml')
-rw-r--r--EssentialsAntiCheat/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/EssentialsAntiCheat/pom.xml b/EssentialsAntiCheat/pom.xml
deleted file mode 100644
index f80fa4656..000000000
--- a/EssentialsAntiCheat/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>net.essentials3</groupId>
- <artifactId>BuildAll</artifactId>
- <version>3.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>EssentialsAntiCheat</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.bukkit</groupId>
- <artifactId>craftbukkit</artifactId>
- <version>${bukkitversion}</version>
- </dependency>
- </dependencies>
-</project>