Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525204183
Change-Id: Ie7d654d6572f2ee2437524f83e3b4836d84f3bb2
  • Loading branch information
keertk authored and fweikert committed May 25, 2023
1 parent 7205b80 commit 274f43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ java_test(
deps = [
"//src/main/java/com/google/devtools/build/lib/remote/zstd",
"//src/test/java/com/google/devtools/build/lib:test_runner",
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
"@zstd-jni//:zstd-jni",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ java_test(
"//src/main/java/com/google/devtools/build/lib/vfs:pathfragment",
"//src/main/java/com/google/devtools/common/options:options_internal",
"//src/test/java/com/google/devtools/build/lib/testutil:JunitUtils",
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
],
Expand Down

0 comments on commit 274f43a

Please sign in to comment.