Repository: syncope Updated Branches: refs/heads/master 302c90a30 -> d9ffd1523
Upgrading CXF Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d9ffd152 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d9ffd152 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d9ffd152 Branch: refs/heads/master Commit: d9ffd1523e1b04fc4b4de4a1c27e8c2a5de79c40 Parents: 302c90a Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Aug 1 09:00:06 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Aug 1 09:00:06 2016 +0200 ---------------------------------------------------------------------- core/rest-cxf/pom.xml | 4 ++++ pom.xml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/d9ffd152/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index cb4da8a..f4061f2 100644 --- a/core/rest-cxf/pom.xml +++ b/core/rest-cxf/pom.xml @@ -97,6 +97,10 @@ under the License. </dependency> <dependency> <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description-swagger</artifactId> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/syncope/blob/d9ffd152/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49bb331..be678a4 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ under the License. <connid.ldap.version>1.5.1</connid.ldap.version> <connid.ad.version>1.3.2</connid.ad.version> - <cxf.version>3.1.6</cxf.version> + <cxf.version>3.1.7</cxf.version> <camel.version>2.17.2</camel.version> @@ -530,6 +530,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-rs-service-description-swagger</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-jaxb</artifactId> <version>${cxf.version}</version> </dependency>
