添加 bcprov 算法类库
This commit is contained in:
@@ -91,6 +91,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
|
<version>${httpclient.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Email -->
|
<!-- Email -->
|
||||||
@@ -196,12 +197,19 @@
|
|||||||
<version>${poi.version}</version>
|
<version>${poi.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- pinyin4j -->
|
<!-- Pinyin4j -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.belerweb</groupId>
|
<groupId>com.belerweb</groupId>
|
||||||
<artifactId>pinyin4j</artifactId>
|
<artifactId>pinyin4j</artifactId>
|
||||||
<version>${pinyin4j.version}</version>
|
<version>${pinyin4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- BC Provider -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
<artifactId>bcprov-jdk18on</artifactId>
|
||||||
|
<version>${bcprov.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Logging begin -->
|
<!-- Logging begin -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
<poi.version>5.2.3</poi.version>
|
<poi.version>5.2.3</poi.version>
|
||||||
<pinyin4j.version>2.5.1</pinyin4j.version>
|
<pinyin4j.version>2.5.1</pinyin4j.version>
|
||||||
<groovy.version>3.0.17</groovy.version>
|
<groovy.version>3.0.17</groovy.version>
|
||||||
|
<bcprov.version>1.78.1</bcprov.version>
|
||||||
|
|
||||||
<joda-time.version>2.12.7</joda-time.version>
|
<joda-time.version>2.12.7</joda-time.version>
|
||||||
<logstash-logback.version>7.3</logstash-logback.version>
|
<logstash-logback.version>7.3</logstash-logback.version>
|
||||||
@@ -356,7 +357,7 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- Docker 插件 https://dmp.fabric8.io - https://github.com/fabric8io/docker-maven-plugin -->
|
<!-- Docker 插件 https://github.com/fabric8io/docker-maven-plugin - https://dmp.fabric8.io -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
<artifactId>docker-maven-plugin</artifactId>
|
<artifactId>docker-maven-plugin</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user