We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jazzer-junit
jazzer-api
1 parent 0ec8bbc commit f278a1cCopy full SHA for f278a1c
deploy/BUILD.bazel
@@ -48,8 +48,10 @@ java_export(
48
pom_template = "jazzer-junit.pom",
49
visibility = ["//visibility:public"],
50
runtime_deps = [
51
- # This dep's only effect is to include a dependency on the 'jazzer' Maven artifact in the POM.
+ # These deps' only effect is to include a dependency on the 'jazzer' and 'jazzer-api' Maven artifacts in the
52
+ # POM.
53
"//deploy:jazzer",
54
+ "//deploy:jazzer-api",
55
"//driver/src/main/java/com/code_intelligence/jazzer/junit",
56
],
57
)
0 commit comments