aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-04-26 20:15:20 -0700
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-11 17:56:44 +0200
commit187fd3444b93699adb4a37be509a8ea302402b0e (patch)
tree4948d592ac22b54f9ff2306cd58e31d7ac13b1e6 /third_party/BUILD
parent7ae9469873d2abfcf28cf2f443189d00f4f8153a (diff)
Clean up aliases after javac upgrade
Change-Id: Iec9ded10a3a3c9562897090fcb7a1c01119676f7
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 5eb4beb5b4..901c095504 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -333,12 +333,6 @@ java_import(
],
)
-# TODO(cushon): delete
-alias(
- name = "error_prone-2.0.20-SNAPSHOT",
- actual = ":error_prone",
-)
-
java_import(
name = "error_prone",
jars = [
@@ -397,12 +391,6 @@ filegroup(
],
)
-# TODO(cushon): delete
-alias(
- name = "bootstrap_guava_and_error_prone-jars-2.0.20-SNAPSHOT",
- actual = "bootstrap_guava_and_error_prone-jars",
-)
-
# As of Guava 20.0, Guava code uses Error Prone annotations. This isn't a
# problem when compiling with java 8, but is a problem when compiling Bazel
# with java 7 (the Error Prone jars need to be on the javac classpath). So,