Repository: syncope Updated Branches: refs/heads/master c50dae60a -> 0e5c48350
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/0e5c4835 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0e5c4835 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0e5c4835 Branch: refs/heads/master Commit: 0e5c4835016cf80edff06bdd9581426a57698d10 Parents: c50dae6 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Dec 10 11:54:21 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Dec 10 11:54:21 2015 +0100 ---------------------------------------------------------------------- core/rest-cxf/pom.xml | 6 +----- pom.xml | 5 ----- 2 files changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/0e5c4835/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index 8921b3f..7316921 100644 --- a/core/rest-cxf/pom.xml +++ b/core/rest-cxf/pom.xml @@ -89,16 +89,12 @@ 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> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - </dependency> + </dependency> <dependency> <groupId>org.apache.syncope.common</groupId> <artifactId>syncope-common-rest-api</artifactId> http://git-wip-us.apache.org/repos/asf/syncope/blob/0e5c4835/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3aa8f8d..46f72e1 100644 --- a/pom.xml +++ b/pom.xml @@ -499,11 +499,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>
