Skip to content

Commit

Permalink
Fix missing Java dependency (ray-project#8067)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehrdad <noreply@github.com>
  • Loading branch information
mehrdadn and web-flow authored Apr 17, 2020
1 parent f156180 commit 8cf3772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streaming/java/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ java_binary(
"@ray_streaming_maven//:com_beust_jcommander",
"@ray_streaming_maven//:org_mockito_mockito_all",
"@ray_streaming_maven//:org_powermock_powermock_api_mockito",
"@ray_streaming_maven//:org_powermock_powermock_core",
"@ray_streaming_maven//:org_powermock_powermock_module_testng",
"@ray_streaming_maven//:org_projectlombok_lombok",
"@ray_streaming_maven//:org_testng_testng",
Expand Down

0 comments on commit 8cf3772

Please sign in to comment.