mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 10:13:28 +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>
|
||||
<groupId>org.flowable</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
|
||||
<groupId>org.flowable</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>flowable-spring-security</artifactId>
|
||||
<groupId>org.flowable</groupId>
|
||||
|
||||
@ -16,10 +16,6 @@
|
||||
工作流模块
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<flowable.version>6.8.0</flowable.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!--引入flowable依赖-->
|
||||
@ -38,7 +34,7 @@
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-json-converter</artifactId>
|
||||
<version>${flowable.version}</version>
|
||||
<version>6.8.0</version>
|
||||
</dependency>
|
||||
|
||||
<!--系统模块-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user