summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-05-02 01:44:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-05-02 01:44:20 +0000
commitc5e4e43865e42976ccf2b4c95ee63bfea58c5309 (patch)
treeb3843583a03b613b2bc669d60148b140f7211c44
parentdb3330c8f24239bda80faf5cfa8cce073abb4127 (diff)
Remove bouncycastle dependencies that are not in use
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1478249 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml38
1 files changed, 21 insertions, 17 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
index e74b89d440..6fe55240f4 100644
--- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
@@ -119,14 +119,14 @@
<artifactId>bcprov-jdk14</artifactId>
</exclusion>
<exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-ext-jdk15</artifactId>
- </exclusion>
- <exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-ext-jdk15</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</exclusion>
@@ -209,19 +209,6 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk15</artifactId>
- <version>140</version>
- </dependency>
-
- <!-- replace the Rampart wss4j to avoid corrupted jar -->
- <dependency>
- <groupId>org.apache.ws.security</groupId>
- <artifactId>wss4j</artifactId>
- <version>1.5.10</version> <!--1.6.9-->
- </dependency>
-
<!-- replace the Rampart xmlsec with the version Tuscany is using -->
<dependency>
<groupId>org.apache.santuario</groupId>
@@ -331,6 +318,23 @@
</exclusions>
</dependency>
+ <!-- force removal of bcprov -->
+ <!--
+ <depedency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ <version>140</version>
+ <scope>provided</scope>
+ </depedency>
+
+ <depedency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>140</version>
+ <scope>provided</scope>
+ </depedency>
+ -->
+
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>