MNT-22394 Remove Bouncy Castle library dependency

This dependency is injected by "org.apache.solr.solr-langid", but it's not used by SOLR and Search Services source code.
Cherry picked from 1bc1c71
This commit is contained in:
Angel Borroy
2021-06-21 17:57:44 +02:00
parent 0c3eae0c58
commit 7adef88799
2 changed files with 8 additions and 2 deletions

View File

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

View File

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