Remove google_java_format dependency

This dependency is only needed by the internal version of Dagger, which
hasn't been rolled out to the public yet.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116097182
This commit is contained in:
jart 2016-03-01 21:17:11 -08:00 committed by Justine Tunney
parent 1ecf3db5fc
commit 6c6f70c24f
3 changed files with 0 additions and 19 deletions

View file

@ -37,7 +37,6 @@ java_library(
"@dagger_compiler//jar",
":dagger-producers",
":dagger-runtime",
"//third_party/java/google_java_format:lib",
"//third_party/java/javapoet",
],
)

View file

@ -1,12 +0,0 @@
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0, portions NCSA
java_library(
name = "lib",
exports = [
"@bazel_tools//third_party:guava",
"@eclipse_jdt_core//jar",
"@google_java_format//jar",
],
)