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 2015/08/27 16:57:15 UTC

syncope git commit: Upgrading to CXF 3.0.7-SNAPSHOT to benefit from latests WADL fixes

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 39eb5756b -> aa2286b2c


Upgrading to CXF 3.0.7-SNAPSHOT to benefit from latests WADL fixes


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

Branch: refs/heads/1_2_X
Commit: aa2286b2c02554452dccfb3b0712cb6398d52fa6
Parents: 39eb575
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Aug 27 16:55:56 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Aug 27 16:55:56 2015 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/aa2286b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cee0c5..07f0891 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ under the License.
 
     <aspectj.version>1.8.6</aspectj.version>
 
-    <cxf.version>3.0.6</cxf.version>	
+    <cxf.version>3.0.7-SNAPSHOT</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>
     <spring-security.version>3.2.8.RELEASE</spring-security.version>
     <jackson.version>2.4.6</jackson.version>
@@ -1148,11 +1148,11 @@ under the License.
                 <artifactId>net.tirasa.connid.bundles.csvdir</artifactId>
                 <version>${connid.csvdir.version}</version>
               </artifactItem>
-              <dependency>
+              <artifactItem>
                 <groupId>net.tirasa.connid.bundles.db</groupId>
                 <artifactId>net.tirasa.connid.bundles.db.table</artifactId>
                 <version>${connid.db.table.version}</version>
-              </dependency>   
+              </artifactItem>
               <artifactItem>
                 <groupId>net.tirasa.connid.bundles</groupId>
                 <artifactId>net.tirasa.connid.bundles.ldap</artifactId>