update 调整flw依赖

This commit is contained in:
songgaoshuai 2023-11-30 14:11:47 +08:00
parent 516ff8eaac
commit 3b5e321085
3 changed files with 61 additions and 9 deletions

60
pom.xml
View File

@ -322,6 +322,66 @@
<groupId>org.mybatis</groupId> <groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId> <artifactId>mybatis</artifactId>
</exclusion> </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> </exclusions>
</dependency> </dependency>

View File

@ -10,9 +10,7 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt
* @author Lion Li * @author Lion Li
*/ */
@SpringBootApplication(exclude = { @SpringBootApplication
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class})
public class DromaraApplication { public class DromaraApplication {
public static void main(String[] args) { public static void main(String[] args) {

View File

@ -26,12 +26,6 @@
<dependency> <dependency>
<groupId>org.flowable</groupId> <groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId> <artifactId>flowable-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- 绘制flowable流程图 --> <!-- 绘制flowable流程图 -->