fix 修复 工作流依赖错误删除问题

This commit is contained in:
疯狂的狮子Li
2025-06-30 13:17:34 +08:00
parent c64410d0ae
commit 4ad0969f0a

View File

@@ -23,6 +23,13 @@
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<!-- 非必需模块 如果需要跟工作流同步数据 则需要在对应服务内引入bus模块 如果只是调用工作流api则不需要 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-bus</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>