summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 11:17:02 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-18 11:17:02 +0000
commit73f318f7a25f2074365f78f36be483a213291955 (patch)
treeab0f6f67f1ae654e2dc3bcc78e4c73361816129f /branches
parentbe16e2d64a2ffa2499c165dae5e0f4c05f0d6767 (diff)
Mereg bouncy castle excludes from 1.5 to 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.x/modules/binding-ws-axis2/pom.xml12
1 files changed, 12 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 d27baea0e2..6912857ebc 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
@@ -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>