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 2017/06/08 09:19:08 UTC

cxf-fediz git commit: Exclude bouncyCastle from the IdP

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 0b9c5ec22 -> f5e26cb75


Exclude bouncyCastle from the IdP


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/f5e26cb7
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/f5e26cb7
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/f5e26cb7

Branch: refs/heads/master
Commit: f5e26cb75c0b4c9390e871468272159f980eb2b7
Parents: 0b9c5ec
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jun 8 10:18:58 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jun 8 10:18:58 2017 +0100

----------------------------------------------------------------------
 plugins/core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/f5e26cb7/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index 3e4a70f..7525160 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -44,6 +44,12 @@
             <artifactId>wss4j-ws-security-dom</artifactId>
             <version>${wss4j.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>net.sf.ehcache</groupId>