File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
java/src/org/openqa/selenium Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ java_export(
16
16
"//java/src/org/openqa/selenium:core" ,
17
17
"//java/src/org/openqa/selenium/chromium" ,
18
18
"//java/src/org/openqa/selenium/json" ,
19
+ "//java/src/org/openqa/selenium/manager" ,
19
20
"//java/src/org/openqa/selenium/remote" ,
20
- "//java/src/org/openqa/selenium/manager:manager" ,
21
21
artifact ("com.google.guava:guava" ),
22
22
],
23
23
)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ java_export(
17
17
"//java:auto-service" ,
18
18
"//java/src/org/openqa/selenium:core" ,
19
19
"//java/src/org/openqa/selenium/chromium" ,
20
+ "//java/src/org/openqa/selenium/manager" ,
20
21
"//java/src/org/openqa/selenium/remote" ,
21
- "//java/src/org/openqa/selenium/manager:manager" ,
22
22
artifact ("com.google.guava:guava" ),
23
23
],
24
24
)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ java_export(
13
13
"//java/src/org/openqa/selenium/bidi" ,
14
14
"//java/src/org/openqa/selenium/devtools/v85" ,
15
15
"//java/src/org/openqa/selenium/json" ,
16
+ "//java/src/org/openqa/selenium/manager" ,
16
17
"//java/src/org/openqa/selenium/remote" ,
17
- "//java/src/org/openqa/selenium/manager:manager" ,
18
- artifact ("com.google.guava:guava" ),
18
+ artifact ("com.google.guava:guava" ),
19
19
],
20
20
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ java_export(
10
10
deps = [
11
11
"//java:auto-service" ,
12
12
"//java/src/org/openqa/selenium:core" ,
13
+ "//java/src/org/openqa/selenium/manager" ,
13
14
"//java/src/org/openqa/selenium/remote" ,
14
- "//java/src/org/openqa/selenium/manager:manager"
15
15
],
16
16
)
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ rb_library(
61
61
"//rb/spec/unit/selenium/webdriver/common:action_builder" ,
62
62
"//rb/spec/unit/selenium/webdriver/common:credentials" ,
63
63
"//rb/spec/unit/selenium/webdriver/common:logger" ,
64
- "//rb/spec/unit/selenium/webdriver/common:selenium_manager" ,
65
64
"//rb/spec/unit/selenium/webdriver/common:options" ,
65
+ "//rb/spec/unit/selenium/webdriver/common:selenium_manager" ,
66
66
"//rb/spec/unit/selenium/webdriver/common:service" ,
67
67
"//rb/spec/unit/selenium/webdriver/common:virtual_authenticator_options" ,
68
68
"//rb/spec/unit/selenium/webdriver/common/interactions" ,
You can’t perform that action at this time.
0 commit comments