From ed5851e3a1b97f6d82a132ed6aea934637d693c2 Mon Sep 17 00:00:00 2001 From: Cronet Developer Date: Wed, 25 May 2022 11:31:30 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 450973805 --- third_party/okhttp_tests/javatests/okhttp3/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/okhttp_tests/javatests/okhttp3/BUILD b/third_party/okhttp_tests/javatests/okhttp3/BUILD index 4d4e9cc..720e60e 100644 --- a/third_party/okhttp_tests/javatests/okhttp3/BUILD +++ b/third_party/okhttp_tests/javatests/okhttp3/BUILD @@ -8,13 +8,13 @@ android_library( srcs = glob(["*.java"]), visibility = ["//javatests:__subpackages__"], deps = [ + "//third_party/java/okhttp3:okhttp_mockwebserver_android", "@maven//:androidx_annotation_annotation", "@maven//:androidx_test_core", "@maven//:androidx_test_ext_junit", "@maven//:com_google_code_findbugs_jsr305", "@maven//:com_google_guava_guava", "@maven//:com_google_truth_truth", - "@maven//:com_squareup_okhttp3_mockwebserver", "@maven//:com_squareup_okhttp3_okhttp", "@maven//:com_squareup_okio_okio", "@maven//:junit_junit",