update 调整flw依赖

This commit is contained in:
songgaoshuai 2023-11-30 18:11:25 +08:00
parent dd42f1b140
commit b56908002a
2 changed files with 62 additions and 62 deletions

62
pom.xml
View File

@ -317,68 +317,6 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>${flowable.version}</version>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
<exclusion>
<artifactId>flowable-dmn-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-form-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-idm-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-cmmn-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-cmmn</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-app</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-dmn</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-rest</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-rest-api</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-idm</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-admin</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-modeler</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-task</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-security</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 绘制flowable流程图 -->

View File

@ -22,6 +22,68 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
<exclusion>
<artifactId>flowable-dmn-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-form-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-idm-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-cmmn-spring-configurator</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-cmmn</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-app</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-dmn</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-rest</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-rest-api</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-idm</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-admin</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-modeler</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-boot-starter-ui-task</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
<exclusion>
<artifactId>flowable-spring-security</artifactId>
<groupId>org.flowable</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 绘制flowable流程图 -->