You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by en...@apache.org on 2009/04/06 14:56:16 UTC

svn commit: r762317 - /servicemix/smx4/nmr/trunk/pom.xml

Author: enolan
Date: Mon Apr  6 12:56:16 2009
New Revision: 762317

URL: http://svn.apache.org/viewvc?rev=762317&view=rev
Log:
Upgrade Spring DM to 1.2.0-rc1 
LOG: https://issues.apache.org/activemq/browse/SMX4NMR-134

Modified:
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=762317&r1=762316&r2=762317&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Apr  6 12:56:16 2009
@@ -101,7 +101,7 @@
       <servicemix.legal.version>1.0</servicemix.legal.version>
       <servicemix.specs.version>1.3.0</servicemix.specs.version>
       <servicemix.utils.version>1.1.0</servicemix.utils.version>
-      <spring.osgi.version>1.2.0-m2</spring.osgi.version>
+      <spring.osgi.version>1.2.0-rc1</spring.osgi.version>
       <spring.version>2.5.6</spring.version>
       <woodstox.version>3.2.7_1</woodstox.version>
       <wsdl4j.version>1.6.1_1</wsdl4j.version>
@@ -657,6 +657,35 @@
           <version>${spring.osgi.version}</version>
       </dependency>
       <dependency>
+          <groupId>org.springframework.osgi</groupId>
+          <artifactId>spring-osgi-io</artifactId>
+          <version>${spring.osgi.version}</version>
+      </dependency>
+      <dependency>
+          <groupId>org.springframework.osgi</groupId>
+          <artifactId>spring-osgi-extender</artifactId>
+          <version>${spring.osgi.version}</version>
+      </dependency>
+      <dependency>
+          <groupId>org.springframework.osgi</groupId>
+          <artifactId>spring-osgi-test</artifactId>
+          <version>${spring.osgi.version}</version>
+          <exclusions>
+              <exclusion>
+                  <groupId>org.springframework.osgi</groupId>
+                  <artifactId>asm.osgi</artifactId>
+              </exclusion>
+              <exclusion>
+                  <groupId>org.junit</groupId>
+                  <artifactId>com.springsource.junit</artifactId>
+              </exclusion>
+              <exclusion>
+                  <groupId>org.objectweb.asm</groupId>
+                  <artifactId>com.springsource.org.objectweb.asm</artifactId>
+              </exclusion>
+          </exclusions>
+      </dependency>
+      <dependency>
           <groupId>org.springframework</groupId>
           <artifactId>spring-tx</artifactId>
           <version>${spring.version}</version>