排除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:
parent
be416b7d78
commit
8b49e5a94d
|
@ -123,6 +123,12 @@
|
||||||
<groupId>dev.tinyflow</groupId>
|
<groupId>dev.tinyflow</groupId>
|
||||||
<artifactId>tinyflow-java-core</artifactId>
|
<artifactId>tinyflow-java-core</artifactId>
|
||||||
<version>${tinyflow.version}</version>
|
<version>${tinyflow.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.agentsflex</groupId>
|
||||||
|
<artifactId>agents-flex-store-elasticsearch</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Test 测试相关 -->
|
<!-- Test 测试相关 -->
|
||||||
|
|
Loading…
Reference in New Issue