File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
java/test/org/openqa/selenium/grid/distributor/local Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ java_test_suite(
10
10
"11" ,
11
11
],
12
12
deps = [
13
- "//java/src/org/openqa/selenium/remote" ,
14
- "//java/test/org/openqa/selenium/remote/tracing:tracing-support" ,
15
13
"//java/src/org/openqa/selenium/events" ,
16
14
"//java/src/org/openqa/selenium/events/local" ,
17
15
"//java/src/org/openqa/selenium/grid/data" ,
@@ -25,7 +23,10 @@ java_test_suite(
25
23
"//java/src/org/openqa/selenium/grid/sessionmap/local" ,
26
24
"//java/src/org/openqa/selenium/grid/sessionqueue" ,
27
25
"//java/src/org/openqa/selenium/grid/sessionqueue/local" ,
26
+ "//java/src/org/openqa/selenium/remote" ,
27
+ "//java/src/org/openqa/selenium/support" ,
28
28
"//java/test/org/openqa/selenium/grid/testing" ,
29
+ "//java/test/org/openqa/selenium/remote/tracing:tracing-support" ,
29
30
artifact ("com.google.guava:guava" ),
30
31
artifact ("io.opentelemetry:opentelemetry-api" ),
31
32
artifact ("junit:junit" ),
You can’t perform that action at this time.
0 commit comments