From 98a5e55a9676f6857aefed5a0d4a364ba4920375 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sun, 15 Oct 2017 10:21:06 +0200 Subject: [PATCH] AMQ-6834: activemq-osgi should not include camel namespace in spring as they have been removed from Camel. Only blueprint is supported --- activemq-osgi/pom.xml | 16 +++++----------- .../src/main/resources/META-INF/spring.handlers | 3 --- .../src/main/resources/META-INF/spring.schemas | 3 --- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 9a406f0be68..464994cb13f 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -162,8 +162,10 @@ ${project.groupId} activemq-web + ${project.version} - + + org.apache.activemq activemq-all @@ -209,7 +211,7 @@ - + org.apache.maven.plugins maven-dependency-plugin @@ -221,15 +223,7 @@ - - org.apache.camel - camel-spring - ${camel-version} - jar - false - ${basedir}/target/extra-resources/ - camel-spring.xsd - + org.apache.camel camel-blueprint diff --git a/activemq-osgi/src/main/resources/META-INF/spring.handlers b/activemq-osgi/src/main/resources/META-INF/spring.handlers index cedad63f986..296c9e2553a 100644 --- a/activemq-osgi/src/main/resources/META-INF/spring.handlers +++ b/activemq-osgi/src/main/resources/META-INF/spring.handlers @@ -18,6 +18,3 @@ # manual creation to include camel handler so we can embed camel context in xbean xml config # http\://activemq.apache.org/schema/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler -http\://camel.apache.org/schema/spring=org.apache.camel.spring.handler.CamelNamespaceHandler -http\://camel.apache.org/schema/spring/v2.10=org.apache.camel.spring.handler.CamelNamespaceHandler -http\://camel.apache.org/schema/osgi=org.apache.camel.osgi.CamelNamespaceHandler diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas b/activemq-osgi/src/main/resources/META-INF/spring.schemas index 2547616723a..e36184d9bf7 100644 --- a/activemq-osgi/src/main/resources/META-INF/spring.schemas +++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas @@ -57,9 +57,6 @@ http\://activemq.apache.org/schema/core/activemq-core-5.14.5.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.1.xsd=activemq.xsd -http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd -http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd - http\://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd http\://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd http\://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd