Skip to content

Commit

Permalink
Include the HtmlUnitDriver in the combined client jar
Browse files Browse the repository at this point in the history
Or we could just not include HtmlUnit in there, but
apparently this is what we did in 2.x
  • Loading branch information
shs96c committed Feb 22, 2017
1 parent 84569a5 commit bd5e2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ java_library(
"//java/client/src/org/openqa/selenium/support:support",
"//third_party/java/htmlunit:htmlunit",
"//third_party/java/phantomjs-driver:phantomjs-driver",
'//third_party/java/selenium:htmlunit-driver'
],
visibility = [
'//java/server/src/org/openqa/grid/selenium:classes',
Expand Down
1 change: 1 addition & 0 deletions third_party/java/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ prebuilt_jar(
'//third_party/java/htmlunit:htmlunit'
],
visibility = [
'//java/client/src/org/openqa/selenium:client-combined',
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit',
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit-no-js',
'//java/client/test/org/openqa/selenium/testing:test-base',
Expand Down

0 comments on commit bd5e2e9

Please sign in to comment.