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.
This commit is contained in:
apolcyn 2023-04-24 07:54:32 -07:00 committed by GitHub
parent 27edab007d
commit 708497b6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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'),