File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
grpc-server-spring-boot-autoconfigure Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
optionalSupportImplementation ' org.springframework.cloud:spring-cloud-starter-consul-discovery'
22
22
optionalSupportImplementation ' org.springframework.cloud:spring-cloud-starter-zookeeper-discovery'
23
23
optionalSupportImplementation ' org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
24
- optionalSupportImplementation " com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery: ${ springCloudAlibabaNacosVersion } "
24
+ optionalSupportImplementation " com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
25
25
optionalSupportImplementation ' com.google.inject:guice:4.2.3' // Only needed to avoid some warnings during compilation (for eureka)
26
26
optionalSupportImplementation ' io.zipkin.brave:brave-instrumentation-grpc'
27
27
optionalSupportApi ' io.grpc:grpc-netty'
You can’t perform that action at this time.
0 commit comments