Skip to content

Commit 3c86c2c

Browse files
committed
restore lost dependencies
1 parent 80c6a75 commit 3c86c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies {
2222
optionalSupportImplementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
2323
optionalSupportImplementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:${springCloudAlibabaNacosVersion}"
2424
optionalSupportImplementation 'com.google.inject:guice:4.2.3' // Only needed to avoid some warnings during compilation (for eureka)
25+
optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
26+
optionalSupportApi 'io.grpc:grpc-netty'
2527
api 'io.grpc:grpc-netty-shaded'
2628
api 'io.grpc:grpc-protobuf'
2729
api 'io.grpc:grpc-stub'

0 commit comments

Comments
 (0)