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> <artifactId>{{ .artifactId }}-common</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-client</artifactId>
<version>${revision}</version>
</dependency>
</dependencies> </dependencies>
<modules> <modules>
<module>web</module> <module>web</module>

View File

@@ -242,6 +242,11 @@
<artifactId>transmittable-thread-local</artifactId> <artifactId>transmittable-thread-local</artifactId>
<version>2.12.3</version> <version>2.12.3</version>
</dependency> </dependency>
<dependency>
<groupId>{{ .groupId }}</groupId>
<artifactId>{{ .artifactId }}-client</artifactId>
<version>${revision}</version>
</dependency>
{{- if and (eq .microserviceFrameworkType "DUBBO") .microserviceFrameworkVersion }} {{- if and (eq .microserviceFrameworkType "DUBBO") .microserviceFrameworkVersion }}
<dependency> <dependency>
<groupId>org.apache.dubbo</groupId> <groupId>org.apache.dubbo</groupId>