From 9053d398bac895c74032296e17341a1a87e6ebb8 Mon Sep 17 00:00:00 2001 From: sunxiqing <2240398334@qq.com> Date: Mon, 24 Mar 2025 13:19:16 +0800 Subject: [PATCH] =?UTF-8?q?build(yudao-module-llm-biz):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20Apache=20POI=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 poi 和 poi-ooxml 依赖,版本均为5.2.3 -这些依赖可能用于处理 Microsoft Office 文档,如 Excel 文件 --- yudao-module-llm/yudao-module-llm-biz/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/yudao-module-llm/yudao-module-llm-biz/pom.xml b/yudao-module-llm/yudao-module-llm-biz/pom.xml index 7b395d1f1..a33f79feb 100644 --- a/yudao-module-llm/yudao-module-llm-biz/pom.xml +++ b/yudao-module-llm/yudao-module-llm-biz/pom.xml @@ -128,6 +128,16 @@ poi-scratchpad 5.2.3 + + org.apache.poi + poi + 5.2.3 + + + org.apache.poi + poi-ooxml + 5.2.3 + org.springframework spring-webflux