BPM:移除 flowable starter 模块,融合到 bpm 模块中

This commit is contained in:
YunaiV
2024-03-20 13:14:53 +08:00
parent 29a0fbfc43
commit 559bab571a
25 changed files with 148 additions and 160 deletions

View File

@@ -64,15 +64,19 @@
<artifactId>yudao-spring-boot-starter-test</artifactId>
</dependency>
<!--作流相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-flowable</artifactId>
<version>${revision}</version>
</dependency>
<!--具类相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-excel</artifactId>
</dependency>
<!-- Flowable 工作流相关 -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
</project>