Skip to content

Commit

Permalink
add muzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed May 4, 2022
1 parent 61a4b55 commit 88f5d98
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ plugins {
id("otel.javaagent-instrumentation")
}

muzzle {
pass {
group.set("io.vertx")
module.set("vertx-kafka-client")
versions.set("[3.5.0,)")
assertInverse.set(true)
extraDependency("org.apache.kafka:kafka-clients:0.11.0.0")
}
}

dependencies {
bootstrap(project(":instrumentation:kafka:kafka-clients:kafka-clients-0.11:bootstrap"))
implementation(project(":instrumentation:kafka:kafka-clients:kafka-clients-common:library"))
Expand Down

0 comments on commit 88f5d98

Please sign in to comment.