Skip to content

Commit

Permalink
fix: add junit 5 dependencies to Bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed May 14, 2024
1 parent 38d8e0c commit 20bfa82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gax-java/gax-grpc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ _COMPILE_DEPS = [

_TEST_COMPILE_DEPS = [
"@junit_junit//jar",
"@org_junit_jupiter_junit_jupiter_engine//jar",
"@org_junit_vintage_junit_vintage_engine//jar",
"@org_mockito_mockito_core//jar",
"@com_google_truth_truth//jar",
"@io_grpc_grpc_java//core:inprocess",
Expand Down
2 changes: 2 additions & 0 deletions gax-java/gax-httpjson/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ _COMPILE_DEPS = [

_TEST_COMPILE_DEPS = [
"@junit_junit//jar",
"@org_junit_jupiter_junit_jupiter_engine//jar",
"@org_junit_vintage_junit_vintage_engine//jar",
"@org_mockito_mockito_core//jar",
"@com_google_truth_truth//jar",
"//gax:gax_testlib",
Expand Down
2 changes: 2 additions & 0 deletions gax-java/gax/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ _COMPILE_DEPS = [

_TEST_COMPILE_DEPS = [
"@junit_junit//jar",
"@org_junit_jupiter_junit_jupiter_engine//jar",
"@org_junit_vintage_junit_vintage_engine//jar",
"@org_mockito_mockito_core//jar",
"@com_google_truth_truth//jar",
"@org_hamcrest_hamcrest_core//jar",
Expand Down

0 comments on commit 20bfa82

Please sign in to comment.