diff options
-rw-r--r-- | branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml index b3f7d4f495..d27baea0e2 100644 --- a/branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-java-1.x/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> |