工作流

This commit is contained in:
1073413548 2024-09-10 14:07:45 +08:00
parent a70636c787
commit 9464ec9d26
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>