Skip to content

Commit

Permalink
Fix the buck build.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 30, 2014
1 parent 1b8e7c0 commit ecfbecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ java_library(
'Architecture.java',
'Platform.java',
],
deps = [
':exceptions',
],
visibility = ['PUBLIC'],
)

Expand Down
1 change: 1 addition & 0 deletions java/client/test/org/openqa/selenium/support/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ java_library(name = 'tests',
],
deps = [
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/support:page-factory',
'//java/client/src/org/openqa/selenium/support:support',
'//java/client/src/org/openqa/selenium/support/events:events',
Expand Down

0 comments on commit ecfbecb

Please sign in to comment.