去掉工作流模块
This commit is contained in:
parent
4ba3aa03d6
commit
52f3b5fd38
13
pom.xml
13
pom.xml
@ -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>
|
||||
<!– 根据打包环境执行对应的@Tag测试方法 –>
|
||||
<groups>${profiles.active}</groups>
|
||||
<!-- 排除标签 -->
|
||||
<excludedGroups>exclude</excludedGroups>
|
||||
<!– 排除标签 –>
|
||||
<excludedGroups>exclude</excludedGroups>-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- 统一版本号管理 -->
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user