You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2017/01/30 09:29:12 UTC

activemq git commit: [AMQ-6584] Fix feature to make it work for karaf 4.1.0

Repository: activemq
Updated Branches:
  refs/heads/master d0c95146c -> f56ac06ef


[AMQ-6584] Fix feature to make it work for karaf 4.1.0


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/f56ac06e
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/f56ac06e
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/f56ac06e

Branch: refs/heads/master
Commit: f56ac06ef6c6711e328f511bb1b098420cb4f5e7
Parents: d0c9514
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jan 30 10:29:04 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jan 30 10:29:04 2017 +0100

----------------------------------------------------------------------
 activemq-karaf/src/main/resources/features-core.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/f56ac06e/activemq-karaf/src/main/resources/features-core.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml
index dd5e47f..90e6d5b 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -22,7 +22,7 @@
 
     <!-- Bundles needed if only client will be deployed in the container -->
     <feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">
-        <feature version="[3.2,4)">spring</feature>
+        <feature version="[3.2,5)">spring</feature>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>
@@ -47,6 +47,7 @@
       <feature>connector</feature>
       <feature>http</feature>
       <feature version="${project.version}">activemq-client</feature>
+	  <feature>spring-aspects</feature>
       <bundle>mvn:org.apache.activemq/activemq-karaf/${project.version}</bundle>
       <bundle dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>
       <bundle dependency='true'>mvn:commons-lang/commons-lang/${commons-lang-version}</bundle>