You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/12/03 02:14:52 UTC

cxf git commit: Remove a dependency that no longer exists

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 <dk...@apache.org>
Authored: Tue Dec 2 20:14:19 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
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>