Skip to content

Commit

Permalink
Actually, actually fixing buck dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 23, 2017
1 parent 168c87f commit 0377848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions java/server/test/org/openqa/grid/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ java_library(name = 'test',
'//third_party/java/mockito:mockito',
'//third_party/java/servlet:servlet-api',
],
visibility = [
'//java/server/test/org/openqa/grid/selenium/proxy:proxy',
],
)
2 changes: 1 addition & 1 deletion java/server/test/org/openqa/grid/selenium/proxy/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ java_test(
deps = [
"//java/server/src/org/openqa/grid:grid",
"//java/server/src/org/openqa/grid/selenium:classes",
"//java/server/src/org/openqa/grid:test",
"//java/server/src/org/openqa/selenium/remote/server/jmx:jmx",
"//java/server/test/org/openqa/grid:test",
"//third_party/java/beust:jcommander",
"//third_party/java/junit:junit",
"//third_party/java/guava:guava",
Expand Down

0 comments on commit 0377848

Please sign in to comment.