Restructured the project creating a router directory for the router bundle implementa...
[xmlrouter] / impl / pom.xml
diff --git a/impl/pom.xml b/impl/pom.xml
deleted file mode 100644 (file)
index 8c73ab2..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-    <parent>
-        <groupId>org.wamblee.xmlrouter</groupId>
-        <artifactId>xmlrouter-root</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>xmlrouter-impl</artifactId>
-    <packaging>jar</packaging>
-    <name>/xmlrouter/impl</name>
-    <url>http://wamblee.org</url>
-    
-    <dependencies>
-           <dependency>
-                   <groupId>org.wamblee.xmlrouter</groupId>
-                       <artifactId>xmlrouter-config</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-            <groupId>org.wamblee.xmlrouter</groupId>
-            <artifactId>xmlrouter-publish</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.wamblee.xmlrouter</groupId>
-            <artifactId>xmlrouter-subscribe</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.wamblee.xmlrouter</groupId>
-            <artifactId>xmlrouter-listener</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-        </dependency>        
-    </dependencies>
-    
-    <distributionManagement>
-        <site>
-            <id>xmlrouter-site</id>
-            <url>file:${distrib}/cache</url>
-        </site>
-    </distributionManagement>
-
-</project>