Skip to content

Commit

Permalink
Remove dependency on jsr305 (the javax annotations)
Browse files Browse the repository at this point in the history
We are now using the jspecify @nullable annotation, and no longer
need the jsr305 versions.

PiperOrigin-RevId: 476202772
  • Loading branch information
blickly authored and copybara-github committed Sep 22, 2022
1 parent 9574580 commit 36e92e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ oss_java_library(
"@com_google_protobuf//:protobuf_java",
"@com_google_re2j_re2j",
"@google_bazel_common//third_party/java/auto:value",
"@google_bazel_common//third_party/java/jsr305_annotations",
"@org_apache_ant_ant",
"@org_jspecify_jspecify",
],
Expand Down Expand Up @@ -244,7 +243,6 @@ gen_java_tests(
"@com_google_truth_extensions_truth_liteproto_extension",
"@com_google_truth_extensions_truth_proto_extension",
"@google_bazel_common//third_party/java/auto:value",
"@google_bazel_common//third_party/java/jsr305_annotations",
"@google_bazel_common//third_party/java/junit",
"@google_bazel_common//third_party/java/mockito",
"@google_bazel_common//third_party/java/truth",
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Build-Depends:
libprotobuf-java,
libargs4j-java,
libguava-java (>= 15.0),
libjsr305-java,
librhino-java (>= 1.7.7),
ant,
libjarjar-java,
Expand Down
1 change: 0 additions & 1 deletion rules.jarjar
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ rule com.google.debugging.sourcemap.** @0
# Deps to shade
rule com.google.** com.google.javascript.jscomp.jarjar.@0
rule javax.** com.google.javascript.jscomp.jarjar.@0
rule jsr305_annotations.** com.google.javascript.jscomp.jarjar.@0
rule org.json.** com.google.javascript.jscomp.jarjar.@0
rule org.kohsuke.args4j.** com.google.javascript.jscomp.jarjar.@0
rule org.apache.tools.** com.google.javascript.jscomp.jarjar.@0

0 comments on commit 36e92e0

Please sign in to comment.