From 10feb5c8959d695afd0e617ef2bda7ba945a029b Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 12 Dec 2025 17:12:33 +0800 Subject: [PATCH] =?UTF-8?q?#=E8=B0=83=E6=95=B4=E5=AF=B9=E5=A4=96=E9=83=A8c?= =?UTF-8?q?ommon=E6=A8=A1=E5=9D=97=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/entrance/pom.xml | 5 ----- template/manager/pom.xml | 5 ----- template/persist/pom.xml | 5 ----- template/pom.xml | 5 +++++ template/service/pom.xml | 5 ----- 5 files changed, 5 insertions(+), 20 deletions(-) diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml index a130efd..881cf4d 100644 --- a/template/entrance/pom.xml +++ b/template/entrance/pom.xml @@ -13,11 +13,6 @@ {{ .groupId }} {{ .artifactId }}-common - - {{ .groupId }} - {{ .parentArtifactId }}-common - ${revision} - web diff --git a/template/manager/pom.xml b/template/manager/pom.xml index 27032c8..a831a33 100644 --- a/template/manager/pom.xml +++ b/template/manager/pom.xml @@ -11,11 +11,6 @@ {{ .artifactId }}-manager - - {{ .groupId }} - {{ .parentArtifactId }}-common - ${revision} - {{ .groupId }} {{ .artifactId }}-persist diff --git a/template/persist/pom.xml b/template/persist/pom.xml index ce1a2d9..58d3eda 100644 --- a/template/persist/pom.xml +++ b/template/persist/pom.xml @@ -11,11 +11,6 @@ {{ .artifactId }}-persist - - {{ .groupId }} - {{ .parentArtifactId }}-common - ${revision} - {{ .groupId }} {{ .artifactId }}-common diff --git a/template/pom.xml b/template/pom.xml index 2c7ca6c..db6fcda 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -45,6 +45,11 @@ {{ .parentArtifactId }}-public-service ${revision} + + {{ .groupId }} + {{ .parentArtifactId }}-common + ${revision} + persist diff --git a/template/service/pom.xml b/template/service/pom.xml index 7f9f27a..bafd6bc 100644 --- a/template/service/pom.xml +++ b/template/service/pom.xml @@ -11,11 +11,6 @@ {{ .artifactId }}-service - - {{ .groupId }} - {{ .parentArtifactId }}-common - ${revision} - {{ .groupId }} {{ .artifactId }}-common