We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc33234 commit 455c460Copy full SHA for 455c460
1 file changed
pom.xml
@@ -4087,6 +4087,14 @@
4087
<groupId>org.slf4j</groupId>
4088
<artifactId>slf4j-reload4j</artifactId>
4089
</exclusion>
4090
+ <exclusion>
4091
+ <groupId>org.bouncycastle</groupId>
4092
+ <artifactId>bcprov-jdk15on</artifactId>
4093
+ </exclusion>
4094
4095
4096
+ <artifactId>bcpkix-jdk15on</artifactId>
4097
4098
</exclusions>
4099
</dependency>
4100
<dependency>
0 commit comments