From 1c65191b8ab8023fb5990bd532397f3571406420 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 2 Apr 2025 20:35:58 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E8=A7=A3=E5=86=B3=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E4=BE=9D=E8=B5=96=E6=BC=8F=E6=B4=9E=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-dependencies/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index fd23382a..07e8cd4a 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -69,6 +69,10 @@ 3.3.6 5.8.36 2.4 + + 1.9.4 + 2.17.0 + 1.26.0 1.7.0 2.44.3 @@ -372,6 +376,25 @@ ${hutool.version} + + + commons-beanutils + commons-beanutils + ${commons-beanutils.version} + + + + commons-io + commons-io + ${commons-io.version} + + + + org.apache.commons + commons-compress + ${commons-compress.version} + + top.continew