diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml
index 0e01a98..acbfb0f 100644
--- a/template/entrance/rpc/pom.xml
+++ b/template/entrance/rpc/pom.xml
@@ -16,6 +16,11 @@
{{ .groupId }}
{{ .artifactId }}-service
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-public-api-api
+ ${revision}
+
diff --git a/template/pom.xml b/template/pom.xml
index 2bf634c..66ca4bf 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -19,7 +19,7 @@
{{ .groupId }}
- {{ .parentArtifactId }}-facade
+ {{ .parentArtifactId }}-client
${revision}