Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 82e779575 -> 931c1a524
Remove a dependency that no longer exists Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/931c1a52 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/931c1a52 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/931c1a52 Branch: refs/heads/3.0.x-fixes Commit: 931c1a524e7df041a2b2a5bed92dc946f3126fa6 Parents: 82e7795 Author: Daniel Kulp <[email protected]> Authored: Tue Dec 2 20:14:19 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Tue Dec 2 20:14:31 2014 -0500 ---------------------------------------------------------------------- systests/rs-security/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/931c1a52/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index ebf8ed1..cd1689d 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -77,11 +77,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-security-oauth2-jose</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk15on</artifactId> <version>${cxf.bcprov.version}</version>
