Skip to content

Commit

Permalink
Move exports to public target
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578306054
  • Loading branch information
java-team-github-bot authored and Guice Team committed Oct 31, 2023
1 parent cd19219 commit cf43582
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions core/src/com/google/inject/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down

0 comments on commit cf43582

Please sign in to comment.