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
This commit is contained in:
parent
db3330c8f2
commit
c5e4e43865
1 changed files with 23 additions and 19 deletions
|
@ -118,14 +118,14 @@
|
|||
<groupId>bouncycastle</groupId>
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue