去掉工作流模块

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> <!--<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>
@ -434,11 +434,12 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version> <version>${maven-surefire-plugin.version}</version>
<configuration> <configuration>
<argLine>-Dfile.encoding=UTF-8</argLine> <skip>true</skip>
<!-- 根据打包环境执行对应的@Tag测试方法 --> <!-- <argLine>-Dfile.encoding=UTF-8</argLine>
&lt;!&ndash; 根据打包环境执行对应的@Tag测试方法 &ndash;&gt;
<groups>${profiles.active}</groups> <groups>${profiles.active}</groups>
<!-- 排除标签 --> &lt;!&ndash; 排除标签 &ndash;&gt;
<excludedGroups>exclude</excludedGroups> <excludedGroups>exclude</excludedGroups>-->
</configuration> </configuration>
</plugin> </plugin>
<!-- 统一版本号管理 --> <!-- 统一版本号管理 -->

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>