mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Try to fix dependency issue (#8065)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
parent
3f28a8a229
commit
c8b9a357f2
1 changed files with 1 additions and 1 deletions
|
@ -113,6 +113,7 @@ define_java_module(
|
|||
"@ray_streaming_maven//:org_testng_testng",
|
||||
"@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",
|
||||
],
|
||||
|
@ -149,7 +150,6 @@ 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",
|
||||
|
|
Loading…
Add table
Reference in a new issue