Skip to content

Commit

Permalink
Remove erroneous dependencies @com_google_googletest//:gtest and @com…
Browse files Browse the repository at this point in the history
…_google_googletest//:gtest_main from //src/google/protobuf/json:parser (#12267)

Downstream bazel projects that depend on protoc would need to provide googletest dependencies when it should not be necessary to do so.

Fixes #11409

Closes #12267

COPYBARA_INTEGRATE_REVIEW=#12267 from prestonvanloon:remove-erroneous-googletest-dep 09fd163
PiperOrigin-RevId: 517974450
  • Loading branch information
prestonvanloon authored and mkruskal-google committed Mar 20, 2023
1 parent 787fc7d commit 27d2d29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/google/protobuf/json/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ cc_library(
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/types:optional",
"@com_google_absl//absl/types:span",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
)

Expand Down

0 comments on commit 27d2d29

Please sign in to comment.