Skip to content

Commit

Permalink
[grid] Organising config deps [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 10, 2021
1 parent 826f47f commit c146025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/org/openqa/selenium/grid/config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ java_library(
visibility = [
"//java/src/org/openqa/selenium/remote:__pkg__",
"//java/src/org/openqa/selenium/remote/tracing:__subpackages__",
"//java/test/org/openqa/selenium:__pkg__",
"//java/test/org/openqa/selenium/environment:__pkg__",
"//java/src/org/openqa/selenium/cli:__pkg__",
"//java/src/org/openqa/selenium/events:__subpackages__",
"//java/src/org/openqa/selenium/grid:__subpackages__",
"//java/src/org/openqa/selenium/netty/server:__pkg__",
"//java/src/org/openqa/selenium/server/htmlrunner:__pkg__",
"//java/test/com/thoughtworks/selenium/webdriven:__pkg__",
"//java/test/org/openqa/selenium:__pkg__",
"//java/test/org/openqa/selenium/environment:__pkg__",
"//java/test/org/openqa/selenium:__subpackages__",
],
deps = [
Expand Down

0 comments on commit c146025

Please sign in to comment.