From 5b321c6096ec04e5f8fdef3f9a6cb26c52fb6237 Mon Sep 17 00:00:00 2001 From: Mohan Li <67390330+mohanli-ml@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:20:31 -0700 Subject: [PATCH] interop-testing: register RLS --- interop-testing/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interop-testing/build.gradle b/interop-testing/build.gradle index cc66b4463a..d0699b0eed 100644 --- a/interop-testing/build.gradle +++ b/interop-testing/build.gradle @@ -42,7 +42,8 @@ dependencies { runtimeOnly group: 'io.github.devatherock', name: 'jul-jsonformatter', version: '1.1.0' runtimeOnly libraries.opencensus_impl, libraries.netty_tcnative, - project(':grpc-grpclb') + project(':grpc-grpclb'), + project(':grpc-rls') testImplementation project(':grpc-context').sourceSets.test.output, project(':grpc-api').sourceSets.test.output, project(':grpc-core').sourceSets.test.output,