From c44587b2434a4a5389a07f3daa5e8396c5673169 Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 27 May 2026 19:01:48 +0800 Subject: [PATCH] fix: correct public api dependency artifact --- template/entrance/rpc/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml index acbfb0f..857acd5 100644 --- a/template/entrance/rpc/pom.xml +++ b/template/entrance/rpc/pom.xml @@ -16,11 +16,11 @@ {{ .groupId }} {{ .artifactId }}-service - - {{ .groupId }} - {{ .parentArtifactId }}-public-api-api - ${revision} - + + {{ .groupId }} + {{ .parentArtifactId }}-public-api-interfaces + ${revision} +