mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
update 调整flw依赖
This commit is contained in:
parent
dd42f1b140
commit
b56908002a
62
pom.xml
62
pom.xml
@ -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流程图 -->
|
||||
|
||||
@ -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流程图 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user