添加 bcprov 算法类库
This commit is contained in:
@@ -197,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>
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<pinyin4j.version>2.5.1</pinyin4j.version>
|
||||
<bcprov.version>1.78.1</bcprov.version>
|
||||
|
||||
<joda-time.version>2.12.7</joda-time.version>
|
||||
<logstash-logback.version>7.4</logstash-logback.version>
|
||||
|
||||
Reference in New Issue
Block a user