Skip to content

Commit

Permalink
[grid] no need for CDP version dependencies in the server (#12502)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Oct 25, 2023
1 parent 2b2b27c commit 2f758e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/src/org/openqa/selenium/grid/BUILD.bazel
Expand Up @@ -154,9 +154,10 @@ java_export(
"//java/src/org/openqa/selenium/grid/sessionmap/httpd",
"//java/src/org/openqa/selenium/grid/sessionqueue/httpd",
"//java/src/org/openqa/selenium/ie",
"//java/src/org/openqa/selenium/remote",
"//java/src/org/openqa/selenium/safari",
"//javascript/grid-ui:react_jar",
] + CDP_DEPS,
],
deps = [
":base-command",
"//java/src/org/openqa/selenium/cli",
Expand Down

0 comments on commit 2f758e5

Please sign in to comment.