From 8cdd2fd99c9aedd423d885c478c7c8ff1fd7ba6e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 23 Jul 2024 19:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20bcprov=20=E7=AE=97?= =?UTF-8?q?=E6=B3=95=E7=B1=BB=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 10 +++++++++- parent/pom.xml | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 0035342f..2d8380e0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -91,6 +91,7 @@ org.apache.httpcomponents httpclient + ${httpclient.version} @@ -196,12 +197,19 @@ ${poi.version} - + com.belerweb pinyin4j ${pinyin4j.version} + + + + org.bouncycastle + bcprov-jdk18on + ${bcprov.version} + diff --git a/parent/pom.xml b/parent/pom.xml index 36186538..fc7bad79 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -43,6 +43,7 @@ 5.2.3 2.5.1 3.0.17 + 1.78.1 2.12.7 7.3 @@ -356,7 +357,7 @@ - + io.fabric8 docker-maven-plugin