Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 88dc332

Browse files
committed
[fix][*][*]: add bc to bootstrap
1 parent 6da4541 commit 88dc332

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,16 @@
194194
<artifactId>bcprov-jdk18on</artifactId>
195195
<version>${bc.version}</version>
196196
</dependency>
197+
<dependency>
198+
<groupId>org.bouncycastle</groupId>
199+
<artifactId>bctls-jdk18on</artifactId>
200+
<version>${bc.version}</version>
201+
</dependency>
202+
<dependency>
203+
<groupId>org.bouncycastle</groupId>
204+
<artifactId>bcpkix-jdk18on</artifactId>
205+
<version>${bc.version}</version>
206+
</dependency>
197207
</dependencies>
198208
</dependencyManagement>
199209

ps-bootstrap/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
</properties>
1919

2020
<dependencies>
21+
<dependency>
22+
<groupId>org.bouncycastle</groupId>
23+
<artifactId>bctls-jdk18on</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.bouncycastle</groupId>
27+
<artifactId>bcpkix-jdk18on</artifactId>
28+
</dependency>
2129
<dependency>
2230
<groupId>com.alipay.antchain.bridge</groupId>
2331
<artifactId>ps-server</artifactId>

0 commit comments

Comments
 (0)