From: Erik Brakkee Date: Thu, 18 Aug 2011 11:04:52 +0000 (+0200) Subject: removed additional bundles by reducing Import-Packages. X-Git-Url: http://wamblee.org/gitweb/?p=xmlrouter;a=commitdiff_plain;h=20102875f075a85bd46aa26b4f9a272c668c6b5b removed additional bundles by reducing Import-Packages. --- 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 5f93ff8..9127499 100644 --- a/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java +++ b/integrationtest/src/test/java/org/wamblee/xmlrouter/integrationtest/XmlRouterIntegrationTest.java @@ -36,13 +36,6 @@ public class XmlRouterIntegrationTest { mavenBundle().groupId("org.mockito").artifactId("mockito-all") .version("1.8.5"), // - // Dependencies from wamblee utils (TODO create bundle of - // support-general with optional dependencies). - mavenBundle().groupId("org.eclipse.persistence") - .artifactId("javax.persistence").version("2.0.0"), // - wrappedBundle(mavenBundle().groupId("net.sf.ehcache") - .artifactId("ehcache-core").version("2.2.0")), // - // XML Router API packages. mavenBundle().groupId("org.wamblee.xmlrouter") .artifactId("xmlrouter-common").versionAsInProject(),// diff --git a/listener/pom.xml b/listener/pom.xml index 0a635e9..8b3fd57 100644 --- a/listener/pom.xml +++ b/listener/pom.xml @@ -49,6 +49,7 @@ ${pom.groupId}.${pom.artifactId} wamblee-support-general;scope=compile|runtime lib + !javax.persistence, !net.sf.ehcache, *