Skip to content

Commit

Permalink
Fixing test dependencies. I wonder why "main build job" failed, where…
Browse files Browse the repository at this point in the history
…as all test jobs are green and does not suffer from this missing dependency.
  • Loading branch information
barancev committed Nov 12, 2017
1 parent 532c67a commit 6086aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/server/src/org/openqa/grid/selenium/node/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ java_library(
visibility = [
"//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib",
"//java/server/test/org/openqa/grid/selenium/node:",
"//java/server/test/org/openqa/selenium/remote/server:tests",
],
)
1 change: 1 addition & 0 deletions java/server/test/org/openqa/selenium/remote/server/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ java_library(name = 'tests',
'//java/server/src/org/openqa/selenium/remote/server:server',
'//java/server/src/org/openqa/selenium/remote/server:sessions',
'//java/server/src/org/openqa/selenium/remote/server:webdriver-servlet',
"//java/server/src/org/openqa/grid/selenium/node:node",
'//java/server/test/org/openqa/testing:test-base',
'//third_party/java/gson:gson',
'//third_party/java/guava:guava',
Expand Down

0 comments on commit 6086aa7

Please sign in to comment.