summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml
index d01c0009d8..b950692d72 100644
--- a/branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml
+++ b/branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml
@@ -206,6 +206,12 @@
<groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
<version>1.5.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>