#调整对外部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

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

View File

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

View File

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

View File

@@ -45,6 +45,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 }}-common</artifactId>
<version>${revision}</version>
</dependency>
</dependencies> </dependencies>
<modules> <modules>
<module>persist</module> <module>persist</module>

View File

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