Skip to content

Commit

Permalink
Ensure that the htmlunit driver compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 17, 2014
1 parent 29d03d8 commit fedb481
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/htmlunit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ java_library(name = 'htmlunit',
'//third_party/java/guava-libraries:guava-libraries',
'//third_party/java/htmlunit:htmlunit',
'//third_party/java/htmlunit:js-core',
'//third_party/java/sac:sac',
'//third_party/java/xml:xml',
],
visibility = ['PUBLIC'],
Expand Down
1 change: 1 addition & 0 deletions third_party/java/sac/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
prebuilt_jar(name = 'sac',
binary_jar = 'sac-1.3.jar',
visibility = [
'//java/client/src/org/openqa/selenium/htmlunit:htmlunit',
'//third_party/java/...',
],
)
Expand Down

0 comments on commit fedb481

Please sign in to comment.