Skip to content

Commit

Permalink
Fixing the buck build
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 16, 2015
1 parent bec8562 commit 5eca824
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/server/src/org/openqa/grid/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ java_library(name = 'classes',
'//java/server/src/org/openqa/grid/shared:cli',
'//java/server/src/org/openqa/grid/shared:interfaces',
'//java/server/src/org/openqa/selenium/remote/server/log:log',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
'//java/server/src/org/openqa/selenium/server:server',
'//third_party/java/gson:gson',
'//third_party/java/guava-libraries:guava-libraries',
Expand Down
1 change: 1 addition & 0 deletions java/server/src/org/openqa/grid/shared/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ java_library(name = 'interfaces',
'//java/server/src/org/openqa/grid/common:common',
'//java/server/src/org/openqa/grid/selenium:classes',
'//java/server/src/org/openqa/selenium/server:server',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
],
)
6 changes: 6 additions & 0 deletions java/server/src/org/openqa/selenium/remote/server/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,16 @@ java_library(name = 'standalone-server-lib',
],
deps = [
':server',
':sessions',
'//java/client/src/org/openqa/selenium/remote:api',
'//java/server/src/org/openqa/grid/shared:interfaces',
'//third_party/java/beust:jcommander',
'//third_party/java/jetty:jetty',
'//third_party/java/servlet:servlet-api',
],
visibility = [
'//java/server/src/org/openqa/grid/selenium:classes',
],
)

java_binary(name = 'standalone-server',
Expand Down

0 comments on commit 5eca824

Please sign in to comment.