You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/01/13 08:33:13 UTC

svn commit: r1058434 - /servicemix/utils/trunk/pom.xml

Author: jbonofre
Date: Thu Jan 13 07:33:12 2011
New Revision: 1058434

URL: http://svn.apache.org/viewvc?rev=1058434&view=rev
Log:
Upgrade to Spring 3.0.5.RELEASE.

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1058434&r1=1058433&r2=1058434&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Thu Jan 13 07:33:12 2011
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>woodstox-core-asl</artifactId>
-            <version>4.0.7</version>
+            <version>4.0.8</version>
             <exclusions>
                 <exclusion>
                     <groupId>stax</groupId>
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
-            <version>2.5.5</version>
+            <version>3.0.5.RELEASE</version>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -160,7 +160,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
-            <version>2.5.5</version>
+            <version>3.0.5.RELEASE</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -208,7 +208,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-            <version>2.1.6</version>
+            <version>2.1.13</version>
             <scope>test</scope>
         </dependency>
     </dependencies>