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 10:02:11 UTC

activemq git commit: [AMQ-6584] Remove spring-aspects as it works with just the range fix

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


[AMQ-6584] Remove spring-aspects as it works with just the range fix


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

Branch: refs/heads/master
Commit: 2e953d96a38446f3b193def9f2a8053ee76bf123
Parents: f56ac06
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jan 30 11:02:05 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jan 30 11:02:05 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/2e953d96/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 90e6d5b..0f318c6 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -47,7 +47,6 @@
       <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>