client模块被根依赖
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -236,6 +236,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>
|
||||
|
||||
Reference in New Issue
Block a user