diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-05-02 01:44:20 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-05-02 01:44:20 +0000 |
commit | c5e4e43865e42976ccf2b4c95ee63bfea58c5309 (patch) | |
tree | b3843583a03b613b2bc669d60148b140f7211c44 /sca-java-2.x/trunk | |
parent | db3330c8f24239bda80faf5cfa8cce073abb4127 (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
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml | 42 |
1 files changed, 23 insertions, 19 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> @@ -329,8 +316,25 @@ <artifactId>xml-resolver</artifactId> </exclusion> </exclusions> - </dependency> - + </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> |