update 调整flw依赖

This commit is contained in:
songgaoshuai 2023-11-30 17:09:50 +08:00
parent 323f3a69d6
commit 3bee80fa1b
2 changed files with 1 additions and 9 deletions

View File

@ -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>

View File

@ -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>
<!--系统模块--> <!--系统模块-->