moved to its own repository
[www.git] / asciidoctor / pom.xml
diff --git a/asciidoctor/pom.xml b/asciidoctor/pom.xml
deleted file mode 100644 (file)
index ba3b108..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  
-  <artifactId>net.wpitchoune.asciidoctor</artifactId>
-  <groupId>net.wpitchoune.net</groupId>
-  <packaging>jar</packaging>
-  <name>asciidoctor</name>
-  <version>1.0</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.asciidoctor</groupId>
-      <artifactId>asciidoctorj</artifactId>
-      <version>1.5.4</version>
-    </dependency>
-
-    <dependency>
-      <groupId>com.rometools</groupId>
-      <artifactId>rome</artifactId>
-      <version>1.6.0</version>
-    </dependency>
-
-  </dependencies>
-</project>