Skip to content

Commit

Permalink
Fixing dependencies in BUCK files
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 13, 2017
1 parent c1f7cb0 commit 678dc2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/server/src/org/openqa/grid/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ java_library(name = 'grid',
deps = [
'//java/client/src/org/openqa/selenium:selenium',
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/firefox:firefox',
'//java/client/src/org/openqa/selenium/safari:safari',
'//java/server/src/org/openqa/selenium/remote/server:server',
'//java/server/src/org/openqa/selenium/remote/server:webdriver-servlet',
'//java/server/src/org/openqa/selenium/remote/server/log:log',
Expand Down

0 comments on commit 678dc2b

Please sign in to comment.