summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 11:14:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 11:14:11 +0000
commit88a486755d03ceba57bc00ed073c062e69671251 (patch)
treeb10ccd403372e52754a03832b12558f2ee0a0e8c
parente930c0d0111c46a6a27004fb3f718b09c7f82519 (diff)
More bouncycastle excludes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775897 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.5/modules/binding-ws-axis2/pom.xml12
1 files changed, 12 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 b950692d72..ab88b0dec7 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
@@ -209,6 +209,10 @@
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk13</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
</exclusions>
@@ -266,6 +270,14 @@
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk13</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ </exclusion>
</exclusions>
</dependency>