mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
update 调整flw依赖
This commit is contained in:
parent
323f3a69d6
commit
3bee80fa1b
4
pom.xml
4
pom.xml
@ -374,10 +374,6 @@
|
|||||||
<artifactId>flowable-spring-boot-starter-ui-task</artifactId>
|
<artifactId>flowable-spring-boot-starter-ui-task</artifactId>
|
||||||
<groupId>org.flowable</groupId>
|
<groupId>org.flowable</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
|
||||||
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
|
|
||||||
<groupId>org.flowable</groupId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>flowable-spring-security</artifactId>
|
<artifactId>flowable-spring-security</artifactId>
|
||||||
<groupId>org.flowable</groupId>
|
<groupId>org.flowable</groupId>
|
||||||
|
|||||||
@ -16,10 +16,6 @@
|
|||||||
工作流模块
|
工作流模块
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<flowable.version>6.8.0</flowable.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--引入flowable依赖-->
|
<!--引入flowable依赖-->
|
||||||
@ -38,7 +34,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.flowable</groupId>
|
<groupId>org.flowable</groupId>
|
||||||
<artifactId>flowable-json-converter</artifactId>
|
<artifactId>flowable-json-converter</artifactId>
|
||||||
<version>${flowable.version}</version>
|
<version>6.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--系统模块-->
|
<!--系统模块-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user