summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:27:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 10:27:42 +0000
commit95c4f0fa8210acc194383cd0032b8faee45f87aa (patch)
tree7421539904712cb17eb50172444f5d5599cc5895 /branches
parentc339a2f42f23a4adb44b9bce420a195b4495fc53 (diff)
Exclude bouncycastle
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml6
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>