diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-08 05:40:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-08-08 05:40:09 +0000 |
commit | 7033904ec0ce6d2f2e31e88fd4d7685ed007e6c8 (patch) | |
tree | dd26b4bc5e0762deb950eafe77dee05a1acabb7d | |
parent | b16de2a55d3e70686f78396da519451048b4cc02 (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
-rw-r--r-- | java/sca/modules/binding-ws-axis2/pom.xml | 8 |
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> |