You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/01/25 14:33:30 UTC

svn commit: r1438506 - in /syncope/trunk: build-tools/pom.xml core/pom.xml pom.xml

Author: ilgrosso
Date: Fri Jan 25 13:33:29 2013
New Revision: 1438506

URL: http://svn.apache.org/viewvc?rev=1438506&view=rev
Log:
[SYNCOPE-275] Upgrading to Spring 3.2.1

Modified:
    syncope/trunk/build-tools/pom.xml
    syncope/trunk/core/pom.xml
    syncope/trunk/pom.xml

Modified: syncope/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/build-tools/pom.xml?rev=1438506&r1=1438505&r2=1438506&view=diff
==============================================================================
--- syncope/trunk/build-tools/pom.xml (original)
+++ syncope/trunk/build-tools/pom.xml Fri Jan 25 13:33:29 2013
@@ -68,6 +68,10 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
     </dependency>
 

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1438506&r1=1438505&r2=1438506&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Fri Jan 25 13:33:29 2013
@@ -129,10 +129,6 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-asm</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
     </dependency>
     <dependency>

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1438506&r1=1438505&r2=1438506&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Fri Jan 25 13:33:29 2013
@@ -292,7 +292,7 @@ under the License.
     <activiti.version>5.11</activiti.version>
 
     <cxf.version>2.7.0</cxf.version>	
-    <spring.version>3.1.4.RELEASE</spring.version>
+    <spring.version>3.2.1.RELEASE</spring.version>
     <spring-security.version>3.1.3.RELEASE</spring-security.version>
     <aspectj.version>1.7.1</aspectj.version>
     <jackson.version>1.9.11</jackson.version>
@@ -510,11 +510,6 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
-        <artifactId>spring-asm</artifactId>
-        <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework</groupId>
         <artifactId>spring-jdbc</artifactId>
         <version>${spring.version}</version>
       </dependency>