now also deploying the XML router itself in the integration test.
[xmlrouter] / integrationtest / pom.xml
index 83f9459b8edad8263d9c4763d991cbde07d8420c..14256d05a3e9cfcc98a8684123821a38c32b86c8 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.wamblee.xmlrouter</groupId>
-            <artifactId>xmlrouter-common</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
-        </dependency>
-               <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-listener</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>
+            <artifactId>xmlrouter-router-bundle</artifactId>
             <version>0.1.0-SNAPSHOT</version>
         </dependency>
        
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.url</groupId>
+            <artifactId>pax-url-wrap</artifactId>
+        </dependency>
         
         <!-- only native -->
         <dependency>