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 2014/09/02 18:14:36 UTC

svn commit: r1622047 - in /syncope/branches/1_2_X: build-tools/pom.xml pom.xml

Author: ilgrosso
Date: Tue Sep  2 16:14:35 2014
New Revision: 1622047

URL: http://svn.apache.org/r1622047
Log:
Some dep updates

Modified:
    syncope/branches/1_2_X/build-tools/pom.xml
    syncope/branches/1_2_X/pom.xml

Modified: syncope/branches/1_2_X/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/build-tools/pom.xml?rev=1622047&r1=1622046&r2=1622047&view=diff
==============================================================================
--- syncope/branches/1_2_X/build-tools/pom.xml (original)
+++ syncope/branches/1_2_X/build-tools/pom.xml Tue Sep  2 16:14:35 2014
@@ -96,6 +96,20 @@ under the License.
       <artifactId>org.connid.bundles.db.table</artifactId>
       <version>${connid.db.table.version}</version>
       <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.connid</groupId>
+          <artifactId>connid-framework</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.connid</groupId>
+          <artifactId>connid-framework-internal</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.connid</groupId>
+          <artifactId>connid-test-common</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>     
     
     <dependency>

Modified: syncope/branches/1_2_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/pom.xml?rev=1622047&r1=1622046&r2=1622047&view=diff
==============================================================================
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Tue Sep  2 16:14:35 2014
@@ -334,7 +334,7 @@ under the License.
     <quartz.version>2.2.1</quartz.version>
 
     <openjpa.version>2.3.0</openjpa.version>
-    <hibernate-validator.version>5.1.1.Final</hibernate-validator.version>
+    <hibernate-validator.version>5.1.2.Final</hibernate-validator.version>
     <commons-dbcp.version>1.4</commons-dbcp.version>
     <commons.logging.version>1.1.3</commons.logging.version>
 
@@ -342,9 +342,9 @@ under the License.
 
     <wicket.version>6.16.0</wicket.version>
 
-    <groovy.version>2.3.4</groovy.version>
+    <groovy.version>2.3.6</groovy.version>
 
-    <h2.version>1.4.180</h2.version>
+    <h2.version>1.4.181</h2.version>
 
     <log4j.version>2.0</log4j.version>
     <slf4j.version>1.7.7</slf4j.version>
@@ -355,7 +355,7 @@ under the License.
 
     <apacheds.version>1.5.7</apacheds.version>
     
-    <httpclient.version>4.3.4</httpclient.version>
+    <httpclient.version>4.3.5</httpclient.version>
 
     <tomcat.version>7.0.55</tomcat.version>