You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/10/10 20:51:57 UTC

svn commit: r1707905 - in /webservices/axiom/trunk: pom.xml samples/pom.xml

Author: veithen
Date: Sat Oct 10 18:51:57 2015
New Revision: 1707905

URL: http://svn.apache.org/viewvc?rev=1707905&view=rev
Log:
Uprade Spring to the latest version.

Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/samples/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1707905&r1=1707904&r2=1707905&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat Oct 10 18:51:57 2015
@@ -259,7 +259,7 @@
         -->
         <shade.plugin.version>2.3</shade.plugin.version>
         <jacoco.version>0.7.5.201505241946</jacoco.version>
-        <spring.version>4.0.5.RELEASE</spring.version>
+        <spring.version>4.2.1.RELEASE</spring.version>
         <springws.version>2.2.2.RELEASE</springws.version>
         
         <skipDeploy>false</skipDeploy>
@@ -420,16 +420,31 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
+                <artifactId>spring-core</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
                 <artifactId>spring-context</artifactId>
                 <version>${spring.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
+                <artifactId>spring-beans</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
                 <artifactId>spring-web</artifactId>
                 <version>${spring.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
+                <artifactId>spring-aop</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
                 <artifactId>spring-oxm</artifactId>
                 <version>${spring.version}</version>
             </dependency>
@@ -439,6 +454,11 @@
                 <version>${spring.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-expression</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.springframework.ws</groupId>
                 <artifactId>spring-ws-core</artifactId>
                 <version>${springws.version}</version>

Modified: webservices/axiom/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/samples/pom.xml?rev=1707905&r1=1707904&r2=1707905&view=diff
==============================================================================
--- webservices/axiom/trunk/samples/pom.xml (original)
+++ webservices/axiom/trunk/samples/pom.xml Sat Oct 10 18:51:57 2015
@@ -74,13 +74,13 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>2.4.4</version>
+            <version>2.7.17</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
-            <version>2.4.4</version>
+            <version>2.7.17</version>
             <scope>test</scope>
         </dependency>
     </dependencies>