Skip to content

Commit

Permalink
Use rules_jvm_external to fetch turbine
Browse files Browse the repository at this point in the history
Instead of checking in a precompiled jar, following the example of
#17112

Partial commit for third_party/*, see #19472.

Signed-off-by: Pavan Singh <[email protected]>
  • Loading branch information
cushon authored and Pavank1992 committed Sep 13, 2023
1 parent b52a49a commit 1200ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -583,14 +583,14 @@ alias(
actual = "@maven//:org_mockito_mockito_core",
)

filegroup(
alias(
name = "turbine_direct",
srcs = ["turbine/turbine_direct.jar"],
actual = "@maven//:com_google_turbine_turbine",
)

java_import(
alias(
name = "turbine",
jars = ["turbine/turbine_direct.jar"],
actual = "@maven//:com_google_turbine_turbine",
)

java_library(
Expand Down
Binary file removed third_party/turbine/turbine_direct.jar
Binary file not shown.

0 comments on commit 1200ad2

Please sign in to comment.