Move exports to public target

PiperOrigin-RevId: 578306054
This commit is contained in:
Guice Team
2023-10-31 14:38:10 -07:00
committed by Guice Team
parent cd19219013
commit cf435821de
+4 -7
View File
@@ -80,23 +80,20 @@ java_library(
":caller_finder_common",
],
deps = [
# Warning: Be very careful adding new dependencies,
# These all have to mirrored in the open-source
# build (and jarjar'd up).
":annotations",
":caller_finder_common",
":implemented_by",
":provided_by",
"//third_party/java/aopalliance",
"//third_party/java/asm",
"//third_party/java/error_prone:annotations",
"//third_party/java/guava/annotations",
"//third_party/java/guava/base",
"//third_party/java/guava/cache",
"//third_party/java/guava/collect",
"//third_party/java/guava/primitives",
"//third_party/java/aopalliance",
"//third_party/java/asm",
"//third_party/java/error_prone:annotations",
"//third_party/java/jsr305_annotations",
"//third_party/java/jakarta_inject",
"//third_party/java/jsr305_annotations",
],
)