mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
打包顺序调整
This commit is contained in:
@@ -85,10 +85,6 @@
|
|||||||
<groupId>org.mapstruct</groupId>
|
<groupId>org.mapstruct</groupId>
|
||||||
<artifactId>mapstruct</artifactId>
|
<artifactId>mapstruct</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.mapstruct</groupId>
|
|
||||||
<artifactId>mapstruct-jdk8</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mapstruct</groupId>
|
<groupId>org.mapstruct</groupId>
|
||||||
<artifactId>mapstruct-processor</artifactId>
|
<artifactId>mapstruct-processor</artifactId>
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>cf-module-prod-executor-api</module>
|
|
||||||
<module>cf-module-prod-executor-biz</module>
|
<module>cf-module-prod-executor-biz</module>
|
||||||
</modules>
|
</modules>
|
||||||
<artifactId>cf-module-prod-executor</artifactId>
|
<artifactId>cf-module-prod-executor</artifactId>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<module>cf-gateway</module>
|
<module>cf-gateway</module>
|
||||||
<module>cf-framework</module>
|
<module>cf-framework</module>
|
||||||
<!-- 各种 module 拓展 -->
|
<!-- 各种 module 拓展 -->
|
||||||
|
<module>cf-module-prod-executor/cf-module-prod-executor-api</module>
|
||||||
<module>cf-module-system</module>
|
<module>cf-module-system</module>
|
||||||
<module>cf-module-infra</module>
|
<module>cf-module-infra</module>
|
||||||
<module>cf-module-report</module>
|
<module>cf-module-report</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user