Merge branch 'master-jdk17' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into master-jdk17

This commit is contained in:
YunaiV 2025-04-12 08:58:22 +08:00
commit 160771264f
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 测试相关 -->