add - 添加 pom 文件注释
This commit is contained in:
parent
865301a9a3
commit
32d7f8206c
@ -37,21 +37,20 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 引入 BPMN 引擎 -->
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-spring-boot-starter-basic</artifactId>
|
||||
<version>${flowable.version}</version>
|
||||
</dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-form-spring</artifactId>
|
||||
<version>${flowable.version}</version>
|
||||
</dependency>-->
|
||||
|
||||
<!-- 引入 Form 引擎(基于 Flowable) -->
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-form-spring-configurator</artifactId>
|
||||
<version>${flowable.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.flowable</groupId>
|
||||
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user