Skip to content

Commit

Permalink
separate tests that need java 11 in latestDep
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Aug 23, 2024
1 parent 25a4d89 commit 34035ee
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
plugins {
id("otel.javaagent-instrumentation")
}
muzzle {
pass {
group.set("javax.servlet")
module.set("javax.servlet-api")
versions.set("[3.0,)")
assertInverse.set(true)
}
fail {
group.set("javax.servlet")
module.set("servlet-api")
versions.set("(,)")
}
}

dependencies {
testImplementation(project(":instrumentation:servlet:servlet-3.0:javaagent"))
Expand Down

0 comments on commit 34035ee

Please sign in to comment.