From f7c3c11cc4650deebb3c9e6538a926a19dc63537 Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Thu, 1 Jul 2010 14:54:08 +0000 Subject: [PATCH] https://issues.apache.org/activemq/browse/AMQ-2570 - first stab at updating karaf features git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@959687 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/features.xml | 16 ++---------- activemq-web-console/pom.xml | 25 +++++++++++++------ activemq-web/pom.xml | 12 +++++++++ 3 files changed, 31 insertions(+), 22 deletions(-) diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index 0a48d9de8f..5667d483bb 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -1,22 +1,11 @@ mvn:org.apache.felix.karaf/apache-felix-karaf/1.6.0/xml/features - mvn:org.ops4j.pax.web/features/0.7.2/xml/features mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.1-incubating - - - - mvn:org.springframework/spring-core/${spring-version} - mvn:org.springframework/spring-beans/${spring-version} - mvn:org.springframework/spring-aop/${spring-version} - mvn:org.springframework/spring-context/${spring-version} - mvn:org.springframework/spring-context-support/${spring-version} - mvn:org.springframework/spring-tx/${spring-version} - servlet-2.5 mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 @@ -34,7 +23,6 @@ - spring spring-dm activemq mvn:org.apache.xbean/xbean-spring/${xbean-version} @@ -48,9 +36,9 @@ mvn:org.apache.activemq/activemq-blueprint/${activemq-version} - + - + activemq-spring war:mvn:org.apache.activemq/activemq-web-console/${activemq-version}/war?Webapp-Context=activemq-web-console \ No newline at end of file diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index a9dc807bca..2f51fa6221 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -35,19 +35,28 @@ org.apache.maven.plugins maven-war-plugin + 2.1-beta-1 - + WEB-INF/lib/activation*.jar, WEB-INF/lib/activeio*.jar, - WEB-INF/lib/activemq-console*.jar, + WEB-INF/lib/activemq-core*.jar, + WEB-INF/lib/activemq-pool*.jar + WEB-INF/lib/activemq-console*.jar WEB-INF/lib/geronimo*.jar, WEB-INF/lib/xml-apis*.jar, WEB-INF/lib/xerces*.jar - - + @@ -98,7 +107,7 @@ 10 - + diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 7e480a3648..fff0f4a6b8 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -30,6 +30,18 @@ ActiveMQ :: Web Web Connector for REST API and Streamlets support + + + org.apache.activemq*;resolution:=optional, + org.springframework*;resolution:=optional, + sun.management*;resolution:=optional, + * + + + org.apache.activemq.web*;version=${project.version};-noimport:=true, + + +