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/11/12 10:08:36 UTC

[3/8] syncope git commit: Fix build problems due to recent ConnId AD bundle upgrade; upgrading some other deps as well

Fix build problems due to recent ConnId AD bundle upgrade; upgrading some other deps as well


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0ebf6ca3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0ebf6ca3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0ebf6ca3

Branch: refs/heads/master
Commit: 0ebf6ca30d6984223825219e309837aeeab0d7ee
Parents: 5641a5c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Nov 12 09:53:50 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Nov 12 09:53:50 2014 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0ebf6ca3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a43b318..dc714ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@ under the License.
     <connid.db.table.version>2.1.6</connid.db.table.version>
     <connid.csvdir.version>0.7</connid.csvdir.version>
     <connid.ldap.version>1.3.6</connid.ldap.version>
-    <connid.ad.version>1.1.4</connid.ad.version>
+    <connid.ad.version>1.1.5-SNAPSHOT</connid.ad.version>
 
     <commons-jexl.version>2.1.1</commons-jexl.version>
     <commons-lang.version>3.3.2</commons-lang.version>
@@ -321,7 +321,7 @@ under the License.
     <activiti.version>5.15.1</activiti.version>
 
     <cxf.version>2.7.13</cxf.version>	
-    <spring.version>3.2.11.RELEASE</spring.version>
+    <spring.version>3.2.12.RELEASE</spring.version>
     <spring-security.version>3.1.7.RELEASE</spring-security.version>
     <aspectj.version>1.7.4</aspectj.version>
     <jackson.version>1.9.13</jackson.version>
@@ -336,7 +336,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <wicket.version>6.17.0</wicket.version>
+    <wicket.version>6.18.0</wicket.version>
 
     <groovy.version>2.2.2</groovy.version>
 
@@ -1176,7 +1176,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5.1</version>
         </plugin>
         <plugin>
           <groupId>org.eclipse.m2e</groupId>