build(yudao-module-llm-biz): 添加 Apache POI依赖

- 添加 poi 和 poi-ooxml 依赖,版本均为5.2.3
-这些依赖可能用于处理 Microsoft Office 文档,如 Excel 文件
This commit is contained in:
sunxiqing 2025-03-24 13:19:16 +08:00
parent 8f18b119ae
commit 9053d398ba

View File

@ -128,6 +128,16 @@
<artifactId>poi-scratchpad</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>