You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/07/05 10:33:53 UTC

svn commit: r960485 - in /activemq/trunk: activemq-karaf/src/main/resources/features.xml pom.xml

Author: dejanb
Date: Mon Jul  5 08:33:53 2010
New Revision: 960485

URL: http://svn.apache.org/viewvc?rev=960485&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2570 - use spring 3.0.x

Modified:
    activemq/trunk/activemq-karaf/src/main/resources/features.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-karaf/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/resources/features.xml?rev=960485&r1=960484&r2=960485&view=diff
==============================================================================
--- activemq/trunk/activemq-karaf/src/main/resources/features.xml (original)
+++ activemq/trunk/activemq-karaf/src/main/resources/features.xml Mon Jul  5 08:33:53 2010
@@ -5,6 +5,27 @@
         <bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.1-incubating</bundle>
     </feature>
     
+    <feature name="spring" version="${spring-version}">
+        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_3</bundle> 
+        <bundle>mvn:org.springframework/spring-core/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-beans/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-aop/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-context/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-context-support/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-asm/${spring-version}</bundle>
+        <bundle>mvn:org.springframework/spring-expression/${spring-version}</bundle>
+    </feature>
+    
+    <feature name="spring-dm" version="1.2.1"> 
+        <feature version="${spring-version}">spring</feature> 
+        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/2.1_3_4</bundle> 
+        <bundle>mvn:org.springframework.osgi/spring-osgi-io/1.2.0</bundle> 
+        <bundle>mvn:org.springframework.osgi/spring-osgi-core/1.2.0</bundle> 
+        <bundle>mvn:org.springframework.osgi/spring-osgi-extender/1.2.0</bundle> 
+        <bundle>mvn:org.springframework.osgi/spring-osgi-annotation/1.2.0</bundle> 
+        <bundle>mvn:org.apache.felix.karaf.deployer/org.apache.felix.karaf.deployer.spring/1.7.0-SNAPSHOT</bundle> 
+    </feature>     
+        
     <feature name="activemq" version="${activemq-version}">
         <bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
         <bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle> 
@@ -23,7 +44,7 @@
     </feature>
 
     <feature name="activemq-spring" version="${activemq-version}">
-        <feature version="1.2.0">spring-dm</feature> 
+        <feature version="1.2.1">spring-dm</feature> 
         <feature version="${activemq-version}">activemq</feature> 
         <bundle>mvn:org.apache.xbean/xbean-spring/${xbean-version}</bundle> 
     </feature>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=960485&r1=960484&r2=960485&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Mon Jul  5 08:33:53 2010
@@ -36,7 +36,7 @@
     <projectName>Apache ActiveMQ</projectName>
     <!-- base url for site deployment.  See distribution management for full url.  Override this in settings.xml for staging -->
     <staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
-    <spring-version>3.0.1.RELEASE</spring-version>
+    <spring-version>3.0.3.RELEASE</spring-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <activesoap-version>1.3</activesoap-version>
     <annogen-version>0.1.0</annogen-version>