We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e85abb commit cb2560dCopy full SHA for cb2560d
java/BUILD.bazel
@@ -17,9 +17,7 @@ java_plugin(
17
processor_class = "com.google.auto.service.processor.AutoServiceProcessor",
18
visibility = ["//visibility:private"],
19
deps = [
20
- artifact("com.google.auto:auto-common"),
21
artifact("com.google.auto.service:auto-service"),
22
- artifact("com.google.guava:guava"),
23
],
24
)
25
@@ -32,7 +30,6 @@ java_library(
32
30
"//java:__subpackages__",
33
31
34
exports = [
35
- artifact("com.google.auto.service:auto-service"),
36
artifact("com.google.auto.service:auto-service-annotations"),
37
38
0 commit comments