【缺陷修复】AI:临时修复 tinyflow 在 groovy 冲突的问题
This commit is contained in:
parent
160771264f
commit
5d77e3751b
|
@ -125,9 +125,15 @@
|
||||||
<version>${tinyflow.version}</version>
|
<version>${tinyflow.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
<!-- 解决 https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1318/ 问题 -->
|
||||||
<groupId>com.agentsflex</groupId>
|
<groupId>com.agentsflex</groupId>
|
||||||
<artifactId>agents-flex-store-elasticsearch</artifactId>
|
<artifactId>agents-flex-store-elasticsearch</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<!-- TODO @芋艿:暂时移除 groovy,和 iot 冲突 -->
|
||||||
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
|
<artifactId>groovy-all</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue