Skip to content

Commit

Permalink
The standalone server should include all the drivers
Browse files Browse the repository at this point in the history
Run ALL THE THINGS.
  • Loading branch information
shs96c committed Jun 7, 2016
1 parent 5fa739c commit 2c1bd2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 5 additions & 2 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ java_library(name = 'primitives',

java_library(
name = 'client-combined',
deps = [
exported_deps = [
"//java/client/src/org/openqa/selenium/chrome:chrome",
"//java/client/src/org/openqa/selenium/firefox:firefox",
"//java/client/src/org/openqa/selenium/edge:edge",
Expand All @@ -148,5 +148,8 @@ java_library(
"//java/client/src/org/openqa/selenium/safari:safari",
"//java/client/src/org/openqa/selenium/support:support",
"//third_party/java/phantomjs-driver:phantomjs-driver",
]
],
visibility = [
'//java/server/src/org/openqa/grid/selenium:classes',
],
)
4 changes: 1 addition & 3 deletions java/server/src/org/openqa/grid/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ java_library(name = 'classes',
deps = [
'//java/client/src/com/thoughtworks/selenium/webdriven:webdriven',
'//java/client/src/org/openqa/selenium:selenium',
'//java/client/src/org/openqa/selenium/chrome:chrome',
'//java/client/src/org/openqa/selenium/firefox:firefox',
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium:client-combined',
'//java/server/src/org/openqa/grid:grid',
'//java/server/src/org/openqa/selenium/remote/server/log:log',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
Expand Down

0 comments on commit 2c1bd2b

Please sign in to comment.