Skip to content

Commit

Permalink
interop-testing: add googleapis and rls as interop client dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
apolcyn authored and ejona86 committed May 3, 2023
1 parent ab408f6 commit 645b98f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interop-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 645b98f

Please sign in to comment.