Skip to content

Commit 40df2e3

Browse files
committed
Get the Buck build working again.
1 parent ec3e0c3 commit 40df2e3

File tree

3 files changed

+2
-2
lines changed
  • java/client/src/org/openqa/selenium
  • third_party/java/webbit

3 files changed

+2
-2
lines changed

Diff for: java/client/src/org/openqa/selenium/chrome/BUCK

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ java_library(
99
'//java/client/src/org/openqa/selenium/remote:capabilities',
1010
'//java/client/src/org/openqa/selenium/remote:remote',
1111
'//java/client/src/org/openqa/selenium/remote/service:service',
12+
'//third_party/java/gson:gson',
1213
'//third_party/java/guava-libraries:guava-libraries',
1314
],
1415
visibility = [ 'PUBLIC' ],

Diff for: java/client/src/org/openqa/selenium/firefox/BUCK

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ java_library(name = 'firefox',
1212
'//java/client/src/org/openqa/selenium/os:os',
1313
'//java/client/src/org/openqa/selenium/remote:remote',
1414
'//third_party/java/guava-libraries:guava-libraries',
15-
'//third_party/java/json:json',
1615
],
1716
visibility = [ 'PUBLIC' ],
1817
)

Diff for: third_party/java/webbit/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prebuilt_jar(name = 'webbit',
2-
binary_jar = 'webbit-0.4.15.jar',
2+
binary_jar = 'webbit-0.4.14.jar',
33
deps = [
44
'//third_party/java/netty:netty',
55
],

0 commit comments

Comments
 (0)