File tree 3 files changed +2
-2
lines changed
java/client/src/org/openqa/selenium
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ java_library(
9
9
'//java/client/src/org/openqa/selenium/remote:capabilities' ,
10
10
'//java/client/src/org/openqa/selenium/remote:remote' ,
11
11
'//java/client/src/org/openqa/selenium/remote/service:service' ,
12
+ '//third_party/java/gson:gson' ,
12
13
'//third_party/java/guava-libraries:guava-libraries' ,
13
14
],
14
15
visibility = [ 'PUBLIC' ],
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ java_library(name = 'firefox',
12
12
'//java/client/src/org/openqa/selenium/os:os' ,
13
13
'//java/client/src/org/openqa/selenium/remote:remote' ,
14
14
'//third_party/java/guava-libraries:guava-libraries' ,
15
- '//third_party/java/json:json' ,
16
15
],
17
16
visibility = [ 'PUBLIC' ],
18
17
)
Original file line number Diff line number Diff line change 1
1
prebuilt_jar (name = 'webbit' ,
2
- binary_jar = 'webbit-0.4.15 .jar' ,
2
+ binary_jar = 'webbit-0.4.14 .jar' ,
3
3
deps = [
4
4
'//third_party/java/netty:netty' ,
5
5
],
You can’t perform that action at this time.
0 commit comments