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 14:28:40 UTC

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

[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/6757300a
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6757300a
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6757300a

Branch: refs/heads/activemq-5.13.x
Commit: 6757300a0dcd5f3a324ffa379081083a7211d0e0
Parents: 10500ab
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:45 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/6757300a/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 b5e20d1..77819d5 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -41,7 +41,6 @@
     <feature name="activemq" description="ActiveMQ broker libraries" version="${project.version}" resolver="(obr)" start-level="50">
       <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:org.apache.xbean/xbean-spring/${xbean-version}</bundle>
       <bundle dependency="true">mvn:commons-collections/commons-collections/${commons-collections-version}</bundle>