|
@@ -121,7 +121,11 @@
|
|
<artifactId>hsweb-system-organizational-authorization</artifactId>
|
|
<artifactId>hsweb-system-organizational-authorization</artifactId>
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.hswebframework.web</groupId>
|
|
|
|
+ <artifactId>hsweb-system-workflow-service-api</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
<!---->
|
|
<!---->
|
|
<!--<dependency>-->
|
|
<!--<dependency>-->
|
|
<!--<groupId>org.mybatis</groupId>-->
|
|
<!--<groupId>org.mybatis</groupId>-->
|
|
@@ -199,11 +203,20 @@
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hswebframework.web</groupId>
|
|
<groupId>org.hswebframework.web</groupId>
|
|
- <artifactId>hsweb-system-workflow-service-api</artifactId>
|
|
|
|
- <version>3.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <artifactId>hsweb-system-workflow-service-simple</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.hswebframework.web</groupId>
|
|
|
|
+ <artifactId>hsweb-system-workflow-dao-mybatis</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<!-- test -->
|
|
<!-- test -->
|
|
|
|
|
|
|
|
|