File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/client/src/org/openqa/selenium Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
java_library (name = 'webdriver-api' ,
2
- maven_coords = "org.seleniumhq.selenium:selenium-api:2.49.0" ,
3
2
exported_deps = [
4
3
':beta' ,
5
4
':core' ,
@@ -23,6 +22,7 @@ java_library(
23
22
)
24
23
25
24
java_library (name = 'core' ,
25
+ maven_coords = "org.seleniumhq.selenium:selenium-api:2.49.0" ,
26
26
srcs = [
27
27
'Alert.java' ,
28
28
'By.java' ,
@@ -60,6 +60,7 @@ java_library(name = 'core',
60
60
':platform' ,
61
61
':primitives' ,
62
62
'//java/client/src/org/openqa/selenium/interactions:core' ,
63
+ '//java/client/src/org/openqa/selenium/interactions:exceptions' ,
63
64
'//java/client/src/org/openqa/selenium/logging:api' ,
64
65
'//java/client/src/org/openqa/selenium/security:security' ,
65
66
],
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ java_library(name = 'exceptions',
43
43
],
44
44
visibility = [
45
45
'//java/client/src/org/openqa/selenium:webdriver-api' ,
46
+ '//java/client/src/org/openqa/selenium:core' ,
46
47
'//java/client/src/org/openqa/selenium/remote:remote' ,
47
48
],
48
49
)
You can’t perform that action at this time.
0 commit comments