From 20102875f075a85bd46aa26b4f9a272c668c6b5b Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 18 Aug 2011 13:04:52 +0200 Subject: [PATCH] removed additional bundles by reducing Import-Packages. --- .../integrationtest/XmlRouterIntegrationTest.java | 7 ------- listener/pom.xml | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) 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, * -- 2.31.1