Skip to content

Commit ecfbecb

Browse files
committed
Fix the buck build.
1 parent 1b8e7c0 commit ecfbecb

File tree

2 files changed

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

2 files changed

+4
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ java_library(
108108
'Architecture.java',
109109
'Platform.java',
110110
],
111+
deps = [
112+
':exceptions',
113+
],
111114
visibility = ['PUBLIC'],
112115
)
113116

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

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ java_library(name = 'tests',
1818
],
1919
deps = [
2020
'//java/client/src/org/openqa/selenium:webdriver-api',
21+
'//java/client/src/org/openqa/selenium/remote:remote',
2122
'//java/client/src/org/openqa/selenium/support:page-factory',
2223
'//java/client/src/org/openqa/selenium/support:support',
2324
'//java/client/src/org/openqa/selenium/support/events:events',

0 commit comments

Comments
 (0)