Add support to bazel 0.21.0

Also fixes the build.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226493872
This commit is contained in:
jianglai 2018-12-21 08:31:01 -08:00 committed by Michael Muller
parent f83e96c448
commit 9e155f14c0
3 changed files with 19 additions and 3 deletions

View file

@ -16,6 +16,7 @@ load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
closure_repositories(
omit_com_google_auto_factory = True,
omit_com_google_protobuf = True,
omit_com_google_code_findbugs_jsr305 = True,
omit_com_google_guava = True,
omit_com_ibm_icu_icu4j = True,