From b4cb147a77cdfeb754c061eab888eb10314231be Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 11 Jul 2025 21:28:55 +0800 Subject: [PATCH] =?UTF-8?q?build(dependencies):=20=E6=8C=87=E5=AE=9A=20Apa?= =?UTF-8?q?che=20POI=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=EF=BC=88?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=89=88=E6=9C=AC=E5=86=B2=E7=AA=81=EF=BC=89?= =?UTF-8?q?=E5=B9=B6=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 poi 依赖并排除冗余的 commons-io 和 commons-codec - 更新 poi-ooxml 依赖,排除 commons-io- 这些更改减少了项目的依赖冗余,提高了性能和可维护性 --- continew-starter-dependencies/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 3632a001..bd5e4b6a 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -217,10 +217,31 @@ + + org.apache.poi + poi + ${poi.version} + + + commons-io + commons-io + + + commons-codec + commons-codec + + + org.apache.poi poi-ooxml ${poi.version} + + + commons-io + commons-io + +