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 2019/11/19 17:02:33 UTC

[cxf-fediz] branch master updated: Exclude the BouncyCastle jar from the STS war

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1f4bb4e  Exclude the BouncyCastle jar from the STS war
1f4bb4e is described below

commit 1f4bb4e7799578cd8e016f01fc233ece154d452b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Nov 19 17:02:15 2019 +0000

    Exclude the BouncyCastle jar from the STS war
---
 services/sts/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 21501bd..aeff89a 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -57,6 +57,12 @@
             <groupId>org.apache.cxf.services.sts</groupId>
             <artifactId>cxf-services-sts-core</artifactId>
             <version>${cxf.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>