From 50f86f1e0a678f3bb335814157575e165e75fc10 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 3 May 2025 20:05:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90AI=20=E5=A4=A7=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E3=80=91logback=20=E5=92=8C=20slf4j-simple=20?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yudao-spring-boot-starter-ai/pom.xml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml b/yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml index 1b04282613..a3d681fd7c 100644 --- a/yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml +++ b/yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml @@ -15,7 +15,7 @@ AI 大模型拓展,接入国内外大模型 1.0.0-M6 - 1.0.0-rc.3 + 1.0.2 @@ -110,6 +110,13 @@ org.springframework.ai spring-ai-milvus-store ${spring-ai.version} + + + + org.slf4j + slf4j-reload4j + + @@ -136,6 +143,10 @@ tinyflow-java-core ${tinyflow.version} + + com.jfinal + enjoy + com.agentsflex @@ -146,6 +157,19 @@ org.codehaus.groovy groovy-all + + + org.slf4j + slf4j-simple + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.slf4j + slf4j-reload4j +