From 35c9a5fef3f787bbda72295c526f4a357b02fec0 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sun, 3 Mar 2019 21:57:33 +0100 Subject: Bazel: Add dependency to error_prone_annotations Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795. --- BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 0189fd9b5..0a279412a 100644 --- a/BUILD +++ b/BUILD @@ -639,6 +639,7 @@ java_library( visibility = ["//visibility:public"], deps = [ "protobuf_java", + "//external:error_prone_annotations", "//external:gson", "//external:guava", ], -- cgit v1.2.3