diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-05 05:41:46 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-05 05:41:46 +0000 |
commit | 7e3c616f4404088bfdd5b2aefe30291c12486ddd (patch) | |
tree | 562e9a11536568dcbde57f98d0d21cc8874471cf /java/sca/modules | |
parent | d5f85dee76d84278a6520c31726eb2b85aac1b81 (diff) |
Excluding bouncycastle transient dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/binding-ws-axis2/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml index 1aef07c3f1..43d5cf8bbb 100644 --- a/java/sca/modules/binding-ws-axis2/pom.xml +++ b/java/sca/modules/binding-ws-axis2/pom.xml @@ -213,6 +213,12 @@ <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>1.5.4</version> + <exclusions> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk13</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |