From 1afe99cf0c245ee28a325ce7c18042c617cd591a Mon Sep 17 00:00:00 2001
From: Liuyang <2746366019@qq.com>
Date: Fri, 28 Feb 2025 14:24:07 +0800
Subject: [PATCH] =?UTF-8?q?build(module-llm-biz=20&=20server):=20=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E5=B9=B6=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E6=96=B0=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- yudao-module-llm-biz:
- 添加 flexmark-all 0.62.2
- 添加 jsoup 1.15.3 - 添加 poi-scratchpad5.2.3
- yudao-server:
- 更新 jsoup 版本至 1.15.3
- 添加 flexmark-all 0.62.2
- 保持 poi-scratchpad 版本不变
---
yudao-module-llm/yudao-module-llm-biz/pom.xml | 18 ++++++++++++++++++
yudao-server/pom.xml | 13 ++++++++++++-
2 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/yudao-module-llm/yudao-module-llm-biz/pom.xml b/yudao-module-llm/yudao-module-llm-biz/pom.xml
index d5f728ca3..f8a8a4c5d 100644
--- a/yudao-module-llm/yudao-module-llm-biz/pom.xml
+++ b/yudao-module-llm/yudao-module-llm-biz/pom.xml
@@ -107,6 +107,24 @@
ok2curl
0.4.5
+
+
+
+ com.vladsch.flexmark
+ flexmark-all
+ 0.62.2
+
+
+ org.jsoup
+ jsoup
+ 1.15.3
+
+
+
+ org.apache.poi
+ poi-scratchpad
+ 5.2.3
+
diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml
index b69297840..a533cab2d 100644
--- a/yudao-server/pom.xml
+++ b/yudao-server/pom.xml
@@ -159,12 +159,23 @@
hanlp
portable-1.3.4
+
+
+ com.vladsch.flexmark
+ flexmark-all
+ 0.62.2
+
org.jsoup
jsoup
- 1.10.3
+ 1.15.3
+
+ org.apache.poi
+ poi-scratchpad
+ 5.2.3
+