🎨 #3216 【企业微信】修复 sun.security.util 在高版本 java 中无法访问的问题,改为通过 bouncycastle 库解析私钥

This commit is contained in:
璀境石
2024-01-12 20:03:43 +08:00
committed by GitHub
parent 774579186c
commit 5fad646afc
2 changed files with 18 additions and 7 deletions

View File

@@ -81,6 +81,11 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>