工作流
This commit is contained in:
parent
a70636c787
commit
9464ec9d26
4
pom.xml
4
pom.xml
@ -369,11 +369,11 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 工作流模块 -->
|
<!-- 工作流模块 -->
|
||||||
<!--<dependency>
|
<dependency>
|
||||||
<groupId>com.pusong</groupId>
|
<groupId>com.pusong</groupId>
|
||||||
<artifactId>pusong-workflow</artifactId>
|
<artifactId>pusong-workflow</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</dependency>-->
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
@ -85,10 +85,10 @@
|
|||||||
<artifactId>pusong-business</artifactId>
|
<artifactId>pusong-business</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 工作流模块 -->
|
<!-- 工作流模块 -->
|
||||||
<!-- <dependency>
|
<dependency>
|
||||||
<groupId>com.pusong</groupId>
|
<groupId>com.pusong</groupId>
|
||||||
<artifactId>pusong-workflow</artifactId>
|
<artifactId>pusong-workflow</artifactId>
|
||||||
</dependency>-->
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.codecentric</groupId>
|
<groupId>de.codecentric</groupId>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<module>pusong-generator</module>
|
<module>pusong-generator</module>
|
||||||
<module>pusong-job</module>
|
<module>pusong-job</module>
|
||||||
<module>pusong-system</module>
|
<module>pusong-system</module>
|
||||||
<!-- <module>pusong-workflow</module>-->
|
<module>pusong-workflow</module>
|
||||||
<module>pusong-business</module>
|
<module>pusong-business</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user