From 76480ada0a7ffb28ef6121bf0ebb8a4cb47c2d7a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 18 Aug 2011 16:29:09 +0200 Subject: [PATCH] now also deploying the XML router itself in the integration test. --- integrationtest/pom.xml | 22 +------------------ .../XmlRouterIntegrationTest.java | 2 ++ router/bundle/pom.xml | 5 +++++ 3 files changed, 8 insertions(+), 21 deletions(-) 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, * -- 2.31.1