排除TinyFlow的AI工作流中的agents-flex-store-elasticsearch, 防止一直检测失败导致的Elasticsearch health check failed, 这导致了日志logs被这些无意义的异常给占满

Signed-off-by: neviabit <10192451+neviabit@user.noreply.gitee.com>
This commit is contained in:
neviabit 2025-04-01 14:58:28 +00:00 committed by Gitee
parent 7f8261ce37
commit 724762270b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 0 deletions

View File

@ -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 测试相关 -->