Skip to content

Commit

Permalink
Add :apache_commons_logging as the dependency of the remote worker.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivucica authored and kchodorow committed Jun 9, 2017
1 parent e78ad83 commit 6c1106b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6c1106b

Please sign in to comment.