diff --git a/java/client/src/org/openqa/selenium/remote/BUILD b/java/client/src/org/openqa/selenium/remote/BUILD index 647f60e688bbc..19431734be387 100644 --- a/java/client/src/org/openqa/selenium/remote/BUILD +++ b/java/client/src/org/openqa/selenium/remote/BUILD @@ -36,6 +36,7 @@ java_library( "//third_party/java/okhttp3:okhttp", ], visibility = [ + "//visibility:public", ], )