#调整对外部common模块的依赖

This commit is contained in:
ycl
2025-12-12 17:12:33 +08:00
parent 08f7ce7678
commit 10feb5c895
5 changed files with 5 additions and 20 deletions

View File

@@ -11,11 +11,6 @@
<artifactId>{{ .artifactId }}-persist</artifactId>
<dependencies>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .parentArtifactId }}-common</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-common</artifactId>