This commit is contained in:
jack ning
2025-01-16 12:27:56 +08:00
parent 491bbb137d
commit d6bb60c5f6
2 changed files with 9 additions and 8 deletions

View File

@@ -142,6 +142,15 @@
<scope>provided</scope>
</dependency>
<!-- ///////////////////////////////////////////////////////////////////////////// -->
<!-- https://mvnrepository.com/artifact/org.flowable/flowable-spring-boot-starter -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>${flowable.version}</version>
<scope>provided</scope>
</dependency>
<!-- querydsl crud增强-->
<!-- http://querydsl.com/ -->

View File

@@ -60,14 +60,6 @@
<!-- ///////////////////////////////////////////////////////////////////////////// -->
<!-- https://mvnrepository.com/artifact/org.flowable/flowable-spring-boot-starter -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>${flowable.version}</version>
<scope>provided</scope>
</dependency>
<!-- Excel导出 -->
<dependency>
<groupId>org.apache.poi</groupId>