From c445809d11f82643b9a29636fd241aefef48fe9b Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Tue, 7 Apr 2015 06:05:19 +0000 Subject: Add Google auto to bazel Add the Google auto generators for Java, for the sake of using AutoValue. Include dependencies apache commons collections and apache velocity. -- MOS_MIGRATED_REVID=90482044 --- src/main/java/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main') diff --git a/src/main/java/BUILD b/src/main/java/BUILD index 1288ed0ae3..c2e3dbe517 100644 --- a/src/main/java/BUILD +++ b/src/main/java/BUILD @@ -42,6 +42,7 @@ java_library( "//src/tools/xcode-common", "//third_party:aether", "//third_party:apache_commons_compress", + "//third_party:auto_value", "//third_party:gson", "//third_party:guava", "//third_party:joda_time", -- cgit v1.2.3