{{ .parentArtifactId }}-public-api-types

This commit is contained in:
oyo
2026-05-25 14:44:23 +08:00
parent 4fb035b32c
commit cab08f7bf0

View File

@@ -50,6 +50,11 @@
<artifactId>{{ .parentArtifactId }}-public-service</artifactId> <artifactId>{{ .parentArtifactId }}-public-service</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .parentArtifactId }}-public-api-types</artifactId>
<version>${revision}</version>
</dependency>
<dependency> <dependency>
<groupId>{{ .groupId }}</groupId> <groupId>{{ .groupId }}</groupId>
<artifactId>{{ .parentArtifactId }}-common</artifactId> <artifactId>{{ .parentArtifactId }}-common</artifactId>