now also deploying the XML router itself in the integration test.
[xmlrouter] / integrationtest / src / test / java / org / wamblee / xmlrouter / integrationtest / XmlRouterIntegrationTest.java
index 912749929b3c131445859df66c6b41b17068115c..6bef98a6d78c3caa5e79dff8fb97abf89424f61f 100644 (file)
@@ -47,6 +47,8 @@ public class XmlRouterIntegrationTest {
                 .artifactId("xmlrouter-subscribe").versionAsInProject(),//
             mavenBundle().groupId("org.wamblee.xmlrouter")
                 .artifactId("xmlrouter-listener").versionAsInProject(),//
+            mavenBundle().groupId("org.wamblee.xmlrouter")
+                .artifactId("xmlrouter-router-bundle").versionAsInProject(), //
 
             // OSGI runtimes
             felix());