Repository: syncope Updated Branches: refs/heads/1_2_X fe3d08a35 -> fc421a5ec
Finding useless dependency cxf-rt-frontend-jaxws Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fc421a5e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fc421a5e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fc421a5e Branch: refs/heads/1_2_X Commit: fc421a5ec288577fa15136a5f5493344ffcf425f Parents: fe3d08a Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Dec 10 11:53:11 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Dec 10 11:53:11 2015 +0100 ---------------------------------------------------------------------- core/pom.xml | 4 ---- pom.xml | 5 ----- 2 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/fc421a5e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ae43f43..3bcb008 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -103,10 +103,6 @@ under the License. </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/syncope/blob/fc421a5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dd1f8e6..1a7fe09 100644 --- a/pom.xml +++ b/pom.xml @@ -704,11 +704,6 @@ under the License. </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${cxf.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description</artifactId> <version>${cxf.version}</version> </dependency>
