You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/12/07 11:16:51 UTC

[cxf] 02/03: update bouncycastle dependency

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 5bfea947358382159c710e56c1a375b5ef8c558f
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Dec 7 11:08:38 2020 +0300

    update bouncycastle dependency
    
    (cherry picked from commit 8b69843219f4a2387992c46f6555da2eee7073a6)
---
 rt/rs/security/jcs-parent/jcs/pom.xml   | 7 -------
 rt/rs/security/jose-parent/jose/pom.xml | 3 +--
 systests/rs-security/pom.xml            | 6 ------
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/rt/rs/security/jcs-parent/jcs/pom.xml b/rt/rs/security/jcs-parent/jcs/pom.xml
index 604a5aa..0635fef 100644
--- a/rt/rs/security/jcs-parent/jcs/pom.xml
+++ b/rt/rs/security/jcs-parent/jcs/pom.xml
@@ -44,13 +44,6 @@
             <artifactId>cxf-rt-security</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-ext-jdk15on</artifactId>
-            <version>${cxf.bcprov.version}</version>
-            <scope>provided</scope>
-            <optional>true</optional> 
-        </dependency>
         <!--test dependencies-->
         <dependency>
             <groupId>junit</groupId>
diff --git a/rt/rs/security/jose-parent/jose/pom.xml b/rt/rs/security/jose-parent/jose/pom.xml
index 029ff98..5ae6e8e 100644
--- a/rt/rs/security/jose-parent/jose/pom.xml
+++ b/rt/rs/security/jose-parent/jose/pom.xml
@@ -51,8 +51,7 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-ext-jdk15on</artifactId>
-            <version>${cxf.bcprov.version}</version>
+            <artifactId>bcprov-jdk15on</artifactId>
             <scope>provided</scope>
             <optional>true</optional> 
         </dependency>
diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml
index a77e479..d262b0d 100644
--- a/systests/rs-security/pom.xml
+++ b/systests/rs-security/pom.xml
@@ -99,12 +99,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-         <groupId>org.bouncycastle</groupId>
-         <artifactId>bcprov-ext-jdk15on</artifactId>
-         <version>${cxf.bcprov.version}</version>
-         <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
             <version>${project.version}</version>