From fedb481fd1bbdba8110605590b3943a422ff74d2 Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Fri, 17 Jan 2014 14:15:51 +0000 Subject: [PATCH] Ensure that the htmlunit driver compiles --- java/client/src/org/openqa/selenium/htmlunit/BUCK | 1 + third_party/java/sac/BUCK | 1 + 2 files changed, 2 insertions(+) diff --git a/java/client/src/org/openqa/selenium/htmlunit/BUCK b/java/client/src/org/openqa/selenium/htmlunit/BUCK index 9726525253300..2e7d8ee9cfbb6 100644 --- a/java/client/src/org/openqa/selenium/htmlunit/BUCK +++ b/java/client/src/org/openqa/selenium/htmlunit/BUCK @@ -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'], diff --git a/third_party/java/sac/BUCK b/third_party/java/sac/BUCK index 4678e281d4073..1b56f8a1f18a4 100644 --- a/third_party/java/sac/BUCK +++ b/third_party/java/sac/BUCK @@ -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/...', ], )