Skip to content

Commit

Permalink
Ensure HTMLUnit is a dep of selenium-java
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 14, 2016
1 parent 1d0abca commit a60f0ee
Showing 1 changed file with 1 addition 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 @@ -166,6 +166,7 @@ java_library(
"//java/client/src/org/openqa/selenium/remote:remote",
"//java/client/src/org/openqa/selenium/safari:safari",
"//java/client/src/org/openqa/selenium/support:support",
"//third_party/java/htmlunit:htmlunit",
"//third_party/java/phantomjs-driver:phantomjs-driver",
],
visibility = [
Expand Down

1 comment on commit a60f0ee

@lukeis
Copy link
Member

@lukeis lukeis commented on a60f0ee Oct 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shs96c btw, this creates a circular dependency with maven. Since htmlunit depends on selenium (and currently a different version of selenium).

Please sign in to comment.