【缺陷修复】AI:临时修复 tinyflow 在 groovy 冲突的问题

This commit is contained in:
YunaiV 2025-04-12 09:22:00 +08:00
parent 160771264f
commit 5d77e3751b

View File

@ -125,9 +125,15 @@
<version>${tinyflow.version}</version>
<exclusions>
<exclusion>
<!-- 解决 https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1318/ 问题 -->
<groupId>com.agentsflex</groupId>
<artifactId>agents-flex-store-elasticsearch</artifactId>
</exclusion>
<exclusion>
<!-- TODO @芋艿:暂时移除 groovy和 iot 冲突 -->
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
</exclusions>
</dependency>