Skip to content

Commit

Permalink
add grpc-inprocess dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yichen.zhang committed Sep 26, 2023
1 parent 0a5c98e commit a02a939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions grpc-client-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {
// this means it can be used implicitly without specifying the dependency (unless you wish to override with a different version, or exclude)
optionalSupportApi 'io.grpc:grpc-netty'
optionalSupportApi 'io.netty:netty-transport-native-epoll'
api 'io.grpc:grpc-inprocess'
api 'io.grpc:grpc-netty-shaded'
api 'io.grpc:grpc-protobuf'
api 'io.grpc:grpc-stub'
Expand Down
1 change: 1 addition & 0 deletions grpc-server-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
optionalSupportImplementation "com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery"
optionalSupportImplementation 'io.zipkin.brave:brave-instrumentation-grpc'
optionalSupportApi 'io.grpc:grpc-netty'
api 'io.grpc:grpc-inprocess'
api 'io.grpc:grpc-netty-shaded'
api 'io.grpc:grpc-protobuf'
api 'io.grpc:grpc-stub'
Expand Down

0 comments on commit a02a939

Please sign in to comment.