fix -- 优化flowable模块jar包依赖,升级flowable 6.5.0 -> 6.7.2

This commit is contained in:
hewenqiang
2022-01-19 17:46:56 +08:00
parent 5676316380
commit 6fd28f02eb
3 changed files with 13 additions and 53 deletions

View File

@@ -13,40 +13,14 @@
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-framework</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-basic</artifactId>
</dependency>
<dependency>
<!-- websocket -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eweb4j/fel -->