diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-08 20:10:17 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-08 20:10:17 +0000 |
commit | 84fe31fbf6401425aa53cc5188a55f16ed441d1d (patch) | |
tree | 7c830f88a8707d13060645f0a8dfc146c6b0655c | |
parent | df2c71f085cd607b2db3ba8978bd71250e63cd6a (diff) |
Removing bouncycastle transient dependency from rampart
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742154 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/binding-ws-axis2/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml index 43d5cf8bbb..9e41dbfa71 100644 --- a/java/sca/modules/binding-ws-axis2/pom.xml +++ b/java/sca/modules/binding-ws-axis2/pom.xml @@ -273,6 +273,10 @@ <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk13</artifactId> + </exclusion> </exclusions> </dependency> |