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