client模块被根依赖

This commit is contained in:
oyo
2026-05-27 15:35:50 +08:00
parent 44deb7ab4e
commit fe5d6ec08e
2 changed files with 5 additions and 5 deletions

View File

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