This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments