Fix missing Java dependency (#8067)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-04-17 08:43:02 -07:00
committed by GitHub
parent f15618033d
commit 8cf37726d2
+1
View File
@@ -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",