aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Ivan Vučica <ivucica@google.com>2017-06-09 17:45:39 +0100
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-06-09 12:58:28 -0400
commit6c1106b1a721516d3b3db54d2e1c31b44a76fbb1 (patch)
tree1325c811092c64d7b814aec5ddb97d8912954ffd /third_party/BUILD
parente78ad83ded6e9c6d639793827e27b6570e6e9f65 (diff)
Add :apache_commons_logging as the dependency of the remote worker.
This fixes an exception being thrown and logged by the remote worker process (//src/tools/remote_worker:remote_worker) every time the remote worker attempts to access the remote REST cache.
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 589e659ab1..63da36c58a 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -131,6 +131,7 @@ java_import(
java_import(
name = "apache_httpclient",
jars = ["apache_httpclient/httpclient-4.5.3.jar"],
+ deps = [":apache_commons_logging"],
)
java_import(