Skip to content

Commit 2f758e5

Browse files
authored
[grid] no need for CDP version dependencies in the server (#12502)
1 parent 2b2b27c commit 2f758e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/src/org/openqa/selenium/grid/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ java_export(
154154
"//java/src/org/openqa/selenium/grid/sessionmap/httpd",
155155
"//java/src/org/openqa/selenium/grid/sessionqueue/httpd",
156156
"//java/src/org/openqa/selenium/ie",
157+
"//java/src/org/openqa/selenium/remote",
157158
"//java/src/org/openqa/selenium/safari",
158159
"//javascript/grid-ui:react_jar",
159-
] + CDP_DEPS,
160+
],
160161
deps = [
161162
":base-command",
162163
"//java/src/org/openqa/selenium/cli",

0 commit comments

Comments
 (0)