Skip to content

Commit f278a1c

Browse files
committed
deploy: Declare a dep of jazzer-junit on jazzer-api
`jazzer-junit` uses `FuzzedDataProvider` and should thus depend on `jazzer-api` directly rather than just through `jazzer`.
1 parent 0ec8bbc commit f278a1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ java_export(
4848
pom_template = "jazzer-junit.pom",
4949
visibility = ["//visibility:public"],
5050
runtime_deps = [
51-
# This dep's only effect is to include a dependency on the 'jazzer' Maven artifact in the POM.
51+
# These deps' only effect is to include a dependency on the 'jazzer' and 'jazzer-api' Maven artifacts in the
52+
# POM.
5253
"//deploy:jazzer",
54+
"//deploy:jazzer-api",
5355
"//driver/src/main/java/com/code_intelligence/jazzer/junit",
5456
],
5557
)

0 commit comments

Comments
 (0)