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/12/13 16:38:04 UTC

svn commit: r1550751 - /syncope/branches/1_1_X/pom.xml

Author: ilgrosso
Date: Fri Dec 13 15:38:04 2013
New Revision: 1550751

URL: http://svn.apache.org/r1550751
Log:
Reverting back Spring to 3.2.5: 3.2.6 seems to generate many test failures (not happening on trunk, though)

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1550751&r1=1550750&r2=1550751&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Fri Dec 13 15:38:04 2013
@@ -311,7 +311,7 @@ under the License.
     <activiti.version>5.14</activiti.version>
 
     <cxf.version>2.7.8</cxf.version>	
-    <spring.version>3.2.6.RELEASE</spring.version>
+    <spring.version>3.2.5.RELEASE</spring.version>
     <spring-security.version>3.1.4.RELEASE</spring-security.version>
     <aspectj.version>1.7.4</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
@@ -1022,6 +1022,12 @@ under the License.
                 <version>${connid.ad.version}</version>
                 <outputDirectory>${bundles.directory}</outputDirectory>
               </artifactItem>
+              <artifactItem>
+                <groupId>org.connid.bundles.db</groupId>
+                <artifactId>org.connid.bundles.db.table</artifactId>
+                <version>${connid.db.table.version}</version>
+                <outputDirectory>${bundles.directory}</outputDirectory>
+              </artifactItem>
             </artifactItems>
           </configuration>
         </plugin>