瀏覽代碼

使用hsweb-starter

zhouhao 7 年之前
父節點
當前提交
9688f378d5
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      hsweb-system/hsweb-system-workflow/hsweb-system-workflow-flowable/pom.xml

+ 7 - 0
hsweb-system/hsweb-system-workflow/hsweb-system-workflow-flowable/pom.xml

@@ -121,6 +121,13 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
             <version>4.3.7.RELEASE</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.hswebframework.web</groupId>
+            <artifactId>hsweb-spring-boot-starter</artifactId>
+            <version>3.0-SNAPSHOT</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>