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

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