Skip to content

Commit cb60e46

Browse files
committed
Adding the Ali cloud exclusion of bouncy castle
LMCROSSITXSADEPLOY-2301
1 parent 148d46c commit cb60e46

File tree

1 file changed

+6
-0
lines changed
  • multiapps-controller-persistence

1 file changed

+6
-0
lines changed

multiapps-controller-persistence/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
<dependency>
116116
<groupId>com.aliyun.oss</groupId>
117117
<artifactId>aliyun-sdk-oss</artifactId>
118+
<exclusions>
119+
<exclusion>
120+
<groupId>org.bouncycastle</groupId>
121+
<artifactId>bcprov-jdk18on</artifactId>
122+
</exclusion>
123+
</exclusions>
118124
</dependency>
119125
<dependency>
120126
<groupId>com.google.auto.service</groupId>

0 commit comments

Comments
 (0)