瀏覽代碼

fix: flowable basic ==》 process

xingyu 2 年之前
父節點
當前提交
0ed44f29c8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      yudao-dependencies/pom.xml
  2. 1 1
      yudao-framework/yudao-spring-boot-starter-flowable/pom.xml

+ 1 - 1
yudao-dependencies/pom.xml

@@ -418,7 +418,7 @@
             </dependency>
             <dependency>
                 <groupId>org.flowable</groupId>
-                <artifactId>flowable-spring-boot-starter-basic</artifactId>
+                <artifactId>flowable-spring-boot-starter-process</artifactId>
                 <version>${flowable.version}</version>
             </dependency>
             <dependency>

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-flowable/pom.xml

@@ -26,7 +26,7 @@
         <!-- flowable 工作流相关 -->
         <dependency>
             <groupId>org.flowable</groupId>
-            <artifactId>flowable-spring-boot-starter-basic</artifactId>
+            <artifactId>flowable-spring-boot-starter-process</artifactId>
         </dependency>
         <dependency>
             <groupId>org.flowable</groupId>