|
@@ -1281,6 +1281,10 @@
|
|
|
<groupId>stax</groupId>
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -1299,6 +1303,11 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcmail-jdk18on</artifactId>
|
|
|
+ <version>${bouncycastle.version}</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- suggest library -->
|
|
|
<dependency>
|
|
@@ -1373,6 +1382,14 @@
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcmail-jdk15on</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|