Merge pull request #1208 from Alfresco/fix/MNT-22394_BouncyCastleVulnerability

MNT-22394 Remove Bouncy Castle library dependency
This commit is contained in:
Angel Borroy
2021-06-21 17:54:48 +02:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -66,6 +66,14 @@
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@@ -122,8 +122,6 @@ asm-commons-5.1.jar
aspectjrt-1.8.0.jar
attributes-binder-1.3.1.jar
avatica-core-1.9.0.jar
bcmail-jdk15on-1.47.jar
bcprov-jdk15on-1.47.jar
boilerpipe-1.1.0.jar
caffeine-2.4.0.jar
calcite-core-1.13.0.jar