Skip to content

Commit a440774

Browse files
committed
Fix up buck build files so they all compile.
1 parent 425df2d commit a440774

File tree

3 files changed

+3
-0
lines changed
  • java/client
    • src/org/openqa/selenium
    • test/org/openqa/selenium/support

3 files changed

+3
-0
lines changed

java/client/src/org/openqa/selenium/lift/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ java_library(name = 'lift',
44
'//java/client/src/org/openqa/selenium:webdriver-api',
55
'//java/client/src/org/openqa/selenium/support/ui:wait',
66
'//java/client/src/org/openqa/selenium/support/ui:clock',
7+
'//third_party/java/guava-libraries:guava-libraries',
78
'//third_party/java/hamcrest:hamcrest',
89
'//third_party/java/junit:junit',
910
],

java/client/src/org/openqa/selenium/support/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ java_library(name = 'page-factory',
3131
'//java/client/src/org/openqa/selenium:webdriver-api',
3232
'//java/client/src/org/openqa/selenium/support/ui:clock',
3333
'//java/client/src/org/openqa/selenium/support/ui:components',
34+
'//third_party/java/guava-libraries:guava-libraries',
3435
],
3536
visibility = ['PUBLIC'],
3637
)

java/client/test/org/openqa/selenium/support/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ java_test(name = 'small-tests',
2828
'//java/client/src/org/openqa/selenium/support/ui:elements',
2929
'//java/client/src/org/openqa/selenium/support/ui:wait',
3030
'//java/client/test/org/openqa/selenium:doubles',
31+
'//third_party/java/guava-libraries:guava-libraries',
3132
'//third_party/java/hamcrest:hamcrest',
3233
'//third_party/java/junit:junit',
3334
'//third_party/java/mockito:mockito',

0 commit comments

Comments
 (0)