Skip to content

Commit c6f97dd

Browse files
committed
add grpc-inprocess dependency
1 parent 0a5c98e commit c6f97dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
// this means it can be used implicitly without specifying the dependency (unless you wish to override with a different version, or exclude)
2626
optionalSupportApi 'io.grpc:grpc-netty'
2727
optionalSupportApi 'io.netty:netty-transport-native-epoll'
28+
api 'io.grpc:grpc-inprocess'
2829
api 'io.grpc:grpc-netty-shaded'
2930
api 'io.grpc:grpc-protobuf'
3031
api 'io.grpc:grpc-stub'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
optionalSupportImplementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
2525
optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
2626
optionalSupportApi 'io.grpc:grpc-netty'
27+
api 'io.grpc:grpc-inprocess'
2728
api 'io.grpc:grpc-netty-shaded'
2829
api 'io.grpc:grpc-protobuf'
2930
api 'io.grpc:grpc-stub'

0 commit comments

Comments
 (0)