Skip to content

Commit

Permalink
Add grpc-services, grpc-utils to vendored grpc (#30196)
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Pandian <[email protected]>
  • Loading branch information
arunpandianp and arunpandianp authored Feb 6, 2024
1 parent 27f1c07 commit 78d0823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ class GrpcVendoring_1_60_1 {
"com.google.protobuf:protobuf-java:$protobuf_version",
"com.google.protobuf:protobuf-java-util:$protobuf_version",
"com.google.code.gson:gson:$gson_version",
"io.grpc:grpc-alts:$grpc_version",
"io.grpc:grpc-auth:$grpc_version",
"io.grpc:grpc-core:$grpc_version",
"io.grpc:grpc-context:$grpc_version",
"io.grpc:grpc-core:$grpc_version",
"io.grpc:grpc-netty-shaded:$grpc_version",
"io.grpc:grpc-protobuf:$grpc_version",
"io.grpc:grpc-services:$grpc_version",
"io.grpc:grpc-stub:$grpc_version",
"io.grpc:grpc-alts:$grpc_version",
"io.grpc:grpc-testing:$grpc_version",
"io.grpc:grpc-util:$grpc_version",
"com.google.auth:google-auth-library-credentials:$google_auth_version",
"com.google.api.grpc:proto-google-common-protos:$proto_google_common_protos_version",
"io.opencensus:opencensus-api:$opencensus_version",
Expand Down
2 changes: 1 addition & 1 deletion vendor/grpc-1_60_1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins { id 'org.apache.beam.vendor-java' }
description = "Apache Beam :: Vendored Dependencies :: gRPC :: 1.60.1"

group = "org.apache.beam"
version = "0.1"
version = "0.2"

vendorJava(
dependencies: GrpcVendoring_1_60_1.dependencies(),
Expand Down

0 comments on commit 78d0823

Please sign in to comment.