Skip to content

Commit cb2560d

Browse files
joerg1985diemol
andauthored
[bazel][java] No need to have the auto-service dependency in the client bindings (#12244)
[bazel] No need to have the auto-service dependency in the client bindings Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 6e85abb commit cb2560d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ java_plugin(
1717
processor_class = "com.google.auto.service.processor.AutoServiceProcessor",
1818
visibility = ["//visibility:private"],
1919
deps = [
20-
artifact("com.google.auto:auto-common"),
2120
artifact("com.google.auto.service:auto-service"),
22-
artifact("com.google.guava:guava"),
2321
],
2422
)
2523

@@ -32,7 +30,6 @@ java_library(
3230
"//java:__subpackages__",
3331
],
3432
exports = [
35-
artifact("com.google.auto.service:auto-service"),
3633
artifact("com.google.auto.service:auto-service-annotations"),
3734
],
3835
)

0 commit comments

Comments
 (0)