From 623174fd432aebb672ec933b86f443b58724dc8b Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 30 May 2024 12:16:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-backend/pom.xml | 4 ++++ pom.xml | 8 +++++++- sdk/common/pom.xml | 19 ++++++++++++++++++- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/core/core-backend/pom.xml b/core/core-backend/pom.xml index 213bed5cfa..f648cd5038 100644 --- a/core/core-backend/pom.xml +++ b/core/core-backend/pom.xml @@ -48,6 +48,10 @@ com.google.guava guava + + commons-io + commons-io + de diff --git a/pom.xml b/pom.xml index 2963b349bd..e27d302443 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ 4.5.14 4.4.16 3.3.4 + 2.16.1 1.3.0 3.1.0 33.0.0-jre @@ -50,7 +51,7 @@ 8.0.4 0.62.2 3.0.3 - 1.19 + 1.26.2 @@ -127,6 +128,11 @@ commons-compress ${commons-compress.version} + + commons-io + commons-io + ${commons-io.version} + com.alibaba easyexcel diff --git a/sdk/common/pom.xml b/sdk/common/pom.xml index 35d69ec4f5..1f3dbc8095 100644 --- a/sdk/common/pom.xml +++ b/sdk/common/pom.xml @@ -85,6 +85,17 @@ org.ehcache ehcache jakarta + + + commons-io + commons-io + + + + + + commons-io + commons-io @@ -105,8 +116,14 @@ com.alibaba easyexcel + + + commons-io + commons-io + + - \ No newline at end of file +