Skip to content

Commit 6c9f92a

Browse files
committed
interop-testing: Move interop tests only used by test client to the test client
This removes the auth dependency and the implicit xds/orca from AbstractInteropTest for things that weren't used in all but one case.
1 parent 2fe1a13 commit 6c9f92a

File tree

4 files changed

+346
-326
lines changed

4 files changed

+346
-326
lines changed

android-interop-testing/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ dependencies {
6969

7070
implementation project(':grpc-android'),
7171
project(':grpc-core'),
72-
project(':grpc-auth'),
7372
project(':grpc-census'),
7473
project(':grpc-okhttp'),
7574
project(':grpc-protobuf-lite'),
@@ -81,10 +80,6 @@ dependencies {
8180
libraries.androidx.test.rules,
8281
libraries.opencensus.contrib.grpc.metrics
8382

84-
implementation (libraries.google.auth.oauth2Http) {
85-
exclude group: 'org.apache.httpcomponents'
86-
}
87-
8883
implementation (project(':grpc-services')) {
8984
exclude group: 'com.google.protobuf'
9085
exclude group: 'com.google.guava'

0 commit comments

Comments
 (0)