diff --git a/instrumentation/pekko/pekko-actor-1.0/javaagent/build.gradle.kts b/instrumentation/pekko/pekko-actor-1.0/javaagent/build.gradle.kts index a89b3b1df7a1..ffdb2c6ea5c2 100644 --- a/instrumentation/pekko/pekko-actor-1.0/javaagent/build.gradle.kts +++ b/instrumentation/pekko/pekko-actor-1.0/javaagent/build.gradle.kts @@ -16,6 +16,12 @@ muzzle { versions.set("[1.0,)") assertInverse.set(true) } + pass { + group.set("org.apache.pekko") + module.set("pekko-actor_3") + versions.set("[1.0,)") + assertInverse.set(true) + } } dependencies { diff --git a/instrumentation/pekko/pekko-http-1.0/javaagent/build.gradle.kts b/instrumentation/pekko/pekko-http-1.0/javaagent/build.gradle.kts index f72ae7ddb45a..ef16fe96e1e2 100644 --- a/instrumentation/pekko/pekko-http-1.0/javaagent/build.gradle.kts +++ b/instrumentation/pekko/pekko-http-1.0/javaagent/build.gradle.kts @@ -18,6 +18,13 @@ muzzle { assertInverse.set(true) extraDependency("org.apache.pekko:pekko-stream_2.13:1.0.1") } + pass { + group.set("org.apache.pekko") + module.set("pekko-http_3") + versions.set("[1.0,)") + assertInverse.set(true) + extraDependency("org.apache.pekko:pekko-stream_3:1.0.1") + } } dependencies {