Skip to content

Commit

Permalink
Fix restlet 1.1 latest dep tests (#12976)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Dec 30, 2024
1 parent 2ea27b2 commit 2c3b50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ muzzle {
module.set("org.restlet")
versions.set("[1.1.0, 1.2-M1)")
extraDependency("com.noelios.restlet:com.noelios.restlet")
// missing dependencies
skip("2.5.0")
assertInverse.set(true)
}
}
Expand All @@ -30,6 +32,8 @@ dependencies {
testInstrumentation(project(":instrumentation:jetty:jetty-8.0:javaagent"))
testInstrumentation(project(":instrumentation:servlet:servlet-3.0:javaagent"))
testInstrumentation(project(":instrumentation:servlet:servlet-javax-common:javaagent"))

latestDepTestLibrary("org.restlet:org.restlet:1.+") // see restlet-2.0 module
}

tasks.withType<Test>().configureEach {
Expand Down
2 changes: 2 additions & 0 deletions instrumentation/restlet/restlet-1.1/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ dependencies {
library("com.noelios.restlet:com.noelios.restlet:1.1.5")

testImplementation(project(":instrumentation:restlet:restlet-1.1:testing"))

latestDepTestLibrary("org.restlet:org.restlet:1.+") // see restlet-2.0 module
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit 2c3b50e

Please sign in to comment.