소스 검색

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

疯狂的狮子Li 1 년 전
부모
커밋
4ad0969f0a
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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>