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 Copybara-Service committed Apr 18, 2023
1 parent f756596 commit 6861f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
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 6861f55

Please sign in to comment.