|
|
|
@ -28,6 +28,11 @@
|
|
|
|
|
<artifactId>zsw-bxg</artifactId> |
|
|
|
|
<version>${revision}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba.nacos</groupId> |
|
|
|
|
<artifactId>nacos-client</artifactId> |
|
|
|
|
<version>2.1.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
@ -55,6 +60,11 @@
|
|
|
|
|
<version>${revision}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- 默认引入 yudao-module-bpm-impl-flowable 实现,可以替换为 yudao-module-bpm-impl-activiti 实现--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cn.iocoder.boot</groupId> |
|
|
|
|
<artifactId>yudao-module-bpm-impl-flowable</artifactId> |
|
|
|
|
<version>${revision}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>cn.iocoder.boot</groupId>--> |
|
|
|
|
<!-- <artifactId>yudao-module-bpm-impl-activiti</artifactId>--> |
|
|
|
|