Skip to content

Commit 751c402

Browse files
committed
Remove redundant dependency version declaration
1 parent fbf3ee8 commit 751c402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-server-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
optionalSupportImplementation 'org.springframework.cloud:spring-cloud-starter-consul-discovery'
2222
optionalSupportImplementation 'org.springframework.cloud:spring-cloud-starter-zookeeper-discovery'
2323
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"
2525
optionalSupportImplementation 'com.google.inject:guice:4.2.3' // Only needed to avoid some warnings during compilation (for eureka)
2626
optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
2727
optionalSupportApi 'io.grpc:grpc-netty'

0 commit comments

Comments
 (0)