Browse Source

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

疯狂的狮子Li 1 năm trước cách đây
mục cha
commit
4ad0969f0a
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      ruoyi-api/ruoyi-api-workflow/pom.xml

+ 7 - 0
ruoyi-api/ruoyi-api-workflow/pom.xml

@@ -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>