Skip to content

Commit 832785d

Browse files
authored
Add grpc-inprocess, grpc-util to shaded dependencies (#2686)
1 parent c040f0d commit 832785d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporal-shaded/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ dependencies {
5757
shadow "io.grpc:grpc-stub:$grpcVersion"
5858
shadow "io.grpc:grpc-netty-shaded:$grpcVersion"
5959
shadow "io.grpc:grpc-services:$grpcVersion"
60+
shadow "io.grpc:grpc-inprocess:$grpcVersion"
61+
shadow "io.grpc:grpc-util:$grpcVersion"
6062
shadow "com.google.api.grpc:proto-google-common-protos:2.9.0"
6163
}
6264

0 commit comments

Comments
 (0)