Skip to content

Commit 29df8d8

Browse files
committed
remove bcprov-jdk14
1 parent fbdd65f commit 29df8d8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

awsapi/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,24 @@
9595
<artifactId>rahas</artifactId>
9696
<version>1.5</version>
9797
<type>mar</type>
98+
<exclusions>
99+
<exclusion>
100+
<groupId>bouncycastle</groupId>
101+
<artifactId>bcprov-jdk14</artifactId>
102+
</exclusion>
103+
</exclusions>
98104
</dependency>
99105
<dependency>
100106
<groupId>org.apache.rampart</groupId>
101107
<artifactId>rampart</artifactId>
102108
<version>1.5</version>
103109
<type>mar</type>
110+
<exclusions>
111+
<exclusion>
112+
<groupId>bouncycastle</groupId>
113+
<artifactId>bcprov-jdk14</artifactId>
114+
</exclusion>
115+
</exclusions>
104116
</dependency>
105117
<dependency>
106118
<groupId>org.apache.rampart</groupId>

debian/cloud-deps.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/usr/share/java/jstl-1.2.jar
2727
/usr/share/java/axis2-1.5.1.jar
2828
/usr/share/java/wsdl4j-1.6.2.jar
29-
/usr/share/java/bcprov-jdk16-1.46.jar
29+
/usr/share/java/bcprov-*.jar
3030
/usr/share/java/jasypt-1.*.jar
3131
/usr/share/java/ejb-api-3.0.jar
3232
/usr/share/java/javax.persistence-2.0.0.jar

0 commit comments

Comments
 (0)