From: Erik Brakkee Date: Thu, 18 Aug 2011 14:29:09 +0000 (+0200) Subject: now also deploying the XML router itself in the integration test. X-Git-Url: http://wamblee.org/gitweb/?p=xmlrouter;a=commitdiff_plain;h=76480ada0a7ffb28ef6121bf0ebb8a4cb47c2d7a now also deploying the XML router itself in the integration test. --- diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 17c2428..14256d0 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -16,27 +16,7 @@ org.wamblee.xmlrouter - xmlrouter-common - 0.1.0-SNAPSHOT - - - org.wamblee.xmlrouter - xmlrouter-config - 0.1.0-SNAPSHOT - - - org.wamblee.xmlrouter - xmlrouter-listener - 0.1.0-SNAPSHOT - - - org.wamblee.xmlrouter - xmlrouter-publish - 0.1.0-SNAPSHOT - - - org.wamblee.xmlrouter - xmlrouter-subscribe + xmlrouter-router-bundle 0.1.0-SNAPSHOT diff --git a/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java b/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java index 9127499..6bef98a 100644 --- a/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java +++ b/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java @@ -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()); diff --git a/router/bundle/pom.xml b/router/bundle/pom.xml index 458ceb1..ff189df 100644 --- a/router/bundle/pom.xml +++ b/router/bundle/pom.xml @@ -21,6 +21,10 @@ xmlrouter-router-impl 0.1.0-SNAPSHOT + + org.wamblee + wamblee-support-general + junit @@ -43,6 +47,7 @@ ${pom.groupId}.${pom.artifactId} *;scope=compile|runtime lib + !javax.persistence, !net.sf.ehcache, *