aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/BUILD
diff options
context:
space:
mode:
authorGravatar Francois-Rene Rideau <tunes@google.com>2015-04-07 06:05:19 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-04-08 08:45:53 +0000
commitc445809d11f82643b9a29636fd241aefef48fe9b (patch)
tree8a57d36013a80cd227435f68bfa5056271d86fab /src/main/java/BUILD
parentd99b27b12437fd7f12c80f1ecebb66e4abf3d754 (diff)
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
Diffstat (limited to 'src/main/java/BUILD')
-rw-r--r--src/main/java/BUILD1
1 files changed, 1 insertions, 0 deletions
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",