summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-08 05:40:09 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-08 05:40:09 +0000
commit7033904ec0ce6d2f2e31e88fd4d7685ed007e6c8 (patch)
treedd26b4bc5e0762deb950eafe77dee05a1acabb7d /java
parentb16de2a55d3e70686f78396da519451048b4cc02 (diff)
Fix problem with building with JDK 1.5 bringing in bouncy castle dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802299 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/modules/binding-ws-axis2/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml
index d6def3229d..5f988cd8b0 100644
--- a/java/sca/modules/binding-ws-axis2/pom.xml
+++ b/java/sca/modules/binding-ws-axis2/pom.xml
@@ -235,6 +235,10 @@
<artifactId>bcprov-jdk13</artifactId>
</exclusion>
<exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
@@ -302,6 +306,10 @@
<artifactId>bcprov-jdk13</artifactId>
</exclusion>
<exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>