打包顺序调整

This commit is contained in:
gaoqr
2025-06-18 10:07:43 +08:00
parent fc7e0bb48a
commit 1fbb10f08d
3 changed files with 1 additions and 5 deletions
-4
View File
@@ -85,10 +85,6 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
-1
View File
@@ -10,7 +10,6 @@
</parent>
<packaging>pom</packaging>
<modules>
<module>cf-module-prod-executor-api</module>
<module>cf-module-prod-executor-biz</module>
</modules>
<artifactId>cf-module-prod-executor</artifactId>
+1
View File
@@ -12,6 +12,7 @@
<module>cf-gateway</module>
<module>cf-framework</module>
<!-- 各种 module 拓展 -->
<module>cf-module-prod-executor/cf-module-prod-executor-api</module>
<module>cf-module-system</module>
<module>cf-module-infra</module>
<module>cf-module-report</module>