添加 bcprov 算法类库

This commit is contained in:
thinkgem
2024-07-23 19:37:19 +08:00
parent 7e3a55a578
commit 8cdd2fd99c
2 changed files with 11 additions and 2 deletions

View File

@@ -91,6 +91,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- Email -->
@@ -196,12 +197,19 @@
<version>${poi.version}</version>
</dependency>
<!-- pinyin4j -->
<!-- Pinyin4j -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>${pinyin4j.version}</version>
</dependency>
<!-- BC Provider -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bcprov.version}</version>
</dependency>
<!-- Logging begin -->
<dependency>