Remove reference to jar that is no longer built
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b83b0fca Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b83b0fca Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b83b0fca Branch: refs/heads/master Commit: b83b0fca55be5983ac48754dc34816a046e10c31 Parents: 67755ea Author: Daniel Kulp <[email protected]> Authored: Fri May 1 11:46:49 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 1 11:46:49 2015 -0400 ---------------------------------------------------------------------- systests/rs-security/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b83b0fca/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index 7eaadbc..9cee382 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>
