去掉工作流模块

This commit is contained in:
1073413548 2024-09-09 09:08:31 +08:00
parent 4ba3aa03d6
commit 52f3b5fd38
3 changed files with 10 additions and 9 deletions

13
pom.xml
View File

@ -369,11 +369,11 @@
</dependency>
<!-- 工作流模块 -->
<dependency>
<!--<dependency>
<groupId>com.pusong</groupId>
<artifactId>pusong-workflow</artifactId>
<version>${revision}</version>
</dependency>
</dependency>-->
</dependencies>
</dependencyManagement>
@ -434,11 +434,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
<!-- 根据打包环境执行对应的@Tag测试方法 -->
<skip>true</skip>
<!-- <argLine>-Dfile.encoding=UTF-8</argLine>
&lt;!&ndash; 根据打包环境执行对应的@Tag测试方法 &ndash;&gt;
<groups>${profiles.active}</groups>
<!-- 排除标签 -->
<excludedGroups>exclude</excludedGroups>
&lt;!&ndash; 排除标签 &ndash;&gt;
<excludedGroups>exclude</excludedGroups>-->
</configuration>
</plugin>
<!-- 统一版本号管理 -->

View File

@ -85,10 +85,10 @@
<artifactId>pusong-business</artifactId>
</dependency>
<!-- 工作流模块 -->
<dependency>
<!-- <dependency>
<groupId>com.pusong</groupId>
<artifactId>pusong-workflow</artifactId>
</dependency>
</dependency>-->
<dependency>
<groupId>de.codecentric</groupId>

View File

@ -14,7 +14,7 @@
<module>pusong-generator</module>
<module>pusong-job</module>
<module>pusong-system</module>
<module>pusong-workflow</module>
<!-- <module>pusong-workflow</module>-->
<module>pusong-business</module>
</modules>