File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
grpc-client-spring-boot-autoconfigure
grpc-server-spring-boot-autoconfigure Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dependencies {
25
25
// this means it can be used implicitly without specifying the dependency (unless you wish to override with a different version, or exclude)
26
26
optionalSupportApi ' io.grpc:grpc-netty'
27
27
optionalSupportApi ' io.netty:netty-transport-native-epoll'
28
+ api ' io.grpc:grpc-inprocess'
28
29
api ' io.grpc:grpc-netty-shaded'
29
30
api ' io.grpc:grpc-protobuf'
30
31
api ' io.grpc:grpc-stub'
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
24
24
optionalSupportImplementation " com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
25
25
optionalSupportImplementation ' io.zipkin.brave:brave-instrumentation-grpc'
26
26
optionalSupportApi ' io.grpc:grpc-netty'
27
+ api ' io.grpc:grpc-inprocess'
27
28
api ' io.grpc:grpc-netty-shaded'
28
29
api ' io.grpc:grpc-protobuf'
29
30
api ' io.grpc:grpc-stub'
You can’t perform that action at this time.
0 commit comments