From e621069a18b14965b2290f2393bd4211bd39d905 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 8 Jan 2024 17:42:13 +0800 Subject: [PATCH] fix dependency --- hutool-extra/pom.xml | 10 +++++++++- hutool-poi/pom.xml | 10 ++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 6231d4545..1ef2aec1b 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -39,7 +39,7 @@ 3.1.2.RELEASE 1.6.2 0.1.55 - 0.37.0 + 0.38.0 3.5.2 3.9.0 5.1.1 @@ -204,6 +204,14 @@ slf4j-api org.slf4j + + bcpkix-jdk18on + org.bouncycastle + + + bcprov-jdk18on + org.bouncycastle + true diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 01f1c32b6..e5a712ce9 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -55,6 +55,16 @@ ofdrw-full 2.2.4 compile + + + bcpkix-jdk15on + org.bouncycastle + + + bcprov-jdk15on + org.bouncycastle + + true