Skip to content

Commit 1f9d502

Browse files
committed
interop-testing: Remove unused implementation deps
googleapis and rls can still be used at runtime.
1 parent 780e4ba commit 1f9d502

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interop-testing/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ dependencies {
1313
implementation project(path: ':grpc-alts', configuration: 'shadow'),
1414
project(':grpc-auth'),
1515
project(':grpc-census'),
16-
project(':grpc-core'),
1716
project(':grpc-gcp-csm-observability'),
18-
project(':grpc-googleapis'),
1917
project(':grpc-netty'),
2018
project(':grpc-okhttp'),
21-
project(':grpc-rls'),
2219
project(':grpc-services'),
2320
project(':grpc-testing'),
2421
project(':grpc-protobuf-lite'),
@@ -45,6 +42,7 @@ dependencies {
4542
libraries.netty.tcnative,
4643
libraries.netty.tcnative.classes,
4744
libraries.opentelemetry.exporter.prometheus, // For xds interop client
45+
project(':grpc-googleapis'),
4846
project(':grpc-grpclb'),
4947
project(':grpc-rls')
5048
testImplementation testFixtures(project(':grpc-api')),

0 commit comments

Comments
 (0)