From 645b98f80e7d33a863522fc871ac434a839e6692 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Mon, 24 Apr 2023 07:54:32 -0700 Subject: [PATCH] interop-testing: add googleapis and rls as interop client dependencies The internal build rule for this client already adds these dependencies, and is what related tests for these dependencies have been relying on for a while. We're starting to use the per-release published interop client docker images for those tests too now, and these use the gradle build rules. --- interop-testing/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interop-testing/build.gradle b/interop-testing/build.gradle index f8c5561891d..62218bb7a42 100644 --- a/interop-testing/build.gradle +++ b/interop-testing/build.gradle @@ -23,9 +23,11 @@ dependencies { project(':grpc-auth'), project(':grpc-census'), project(':grpc-core'), + project(':grpc-googleapis'), project(':grpc-netty'), project(':grpc-okhttp'), project(':grpc-protobuf'), + project(':grpc-rls'), project(':grpc-services'), project(':grpc-stub'), project(':grpc-testing'),