浏览代码

!1318 排除TinyFlow的AI工作流中的agents-flex-store-elasticsearch, 在没用到es的时候一直检测es存活
Merge pull request !1318 from neviabit/N/A

芋道源码 4 月之前
父节点
当前提交
e2f158996b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml

+ 6 - 0
yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml

@@ -123,6 +123,12 @@
             <groupId>dev.tinyflow</groupId>
             <artifactId>tinyflow-java-core</artifactId>
             <version>${tinyflow.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.agentsflex</groupId>
+                    <artifactId>agents-flex-store-elasticsearch</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Test 测试相关 -->