Skip to content

Commit

Permalink
Add error prone dep for bzlmod migration as it is no longer exported …
Browse files Browse the repository at this point in the history
…in guava.

PiperOrigin-RevId: 719335999
  • Loading branch information
mollyibot authored and copybara-github committed Jan 24, 2025
1 parent b114bc5 commit 8c9ecf4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ alias(
actual = "@com_google_auto_common//jar",
)

alias(
name = "error_prone_annotations",
actual = "@com_google_errorprone_error_prone_annotations",
)

alias(
name = "gson",
actual = "@com_google_code_gson",
Expand Down
1 change: 1 addition & 0 deletions transpiler/java/com/google/j2cl/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ java_library(
deps = [
"//third_party:args4j",
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:guava",
"//third_party:jsr305_annotations",
],
Expand Down
1 change: 1 addition & 0 deletions transpiler/java/com/google/j2cl/transpiler/ast/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ java_library(
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:guava",
"//third_party:jsr305_annotations",
"//transpiler/java/com/google/j2cl/common",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ java_library(
name = "common",
srcs = glob(["*.java"]),
deps = [
"//third_party:error_prone_annotations",
"//third_party:guava",
"//transpiler/java/com/google/j2cl/common",
"//transpiler/java/com/google/j2cl/transpiler/ast",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ java_library(
deps = [
":summary_java_proto",
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:gson",
"//third_party:guava",
"//third_party:jsr305_annotations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ java_library(
deps = [
"//third_party:asm",
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:guava",
"//third_party:j2objc_annotations",
"//third_party:jsinterop-annotations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ java_library(
srcs = glob(["*.java"]),
deps = [
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:guava",
"//third_party:jdt-core",
"//third_party:jsinterop-annotations",
Expand Down
1 change: 1 addition & 0 deletions transpiler/java/com/google/j2cl/transpiler/passes/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ java_library(
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:auto_value",
"//third_party:error_prone_annotations",
"//third_party:guava",
"//third_party:jsr305_annotations",
"//transpiler/java/com/google/j2cl/common",
Expand Down

0 comments on commit 8c9ecf4

Please sign in to comment.