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
516ff8eaac
commit
3b5e321085
60
pom.xml
60
pom.xml
@ -322,6 +322,66 @@
|
||||
<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-boot-starter-actuator</artifactId>
|
||||
<groupId>org.flowable</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>flowable-spring-security</artifactId>
|
||||
<groupId>org.flowable</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
||||
@ -10,9 +10,7 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt
|
||||
* @author Lion Li
|
||||
*/
|
||||
|
||||
@SpringBootApplication(exclude = {
|
||||
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
|
||||
org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class})
|
||||
@SpringBootApplication
|
||||
public class DromaraApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
@ -26,12 +26,6 @@
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-spring-boot-starter</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- 绘制flowable流程图 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user