Skip to content

Commit

Permalink
Capping jax-rs-3.0 instrumentation (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Apr 2, 2024
1 parent 4060a06 commit 1d060c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instrumentation/jax-rs-3.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
}

verifyInstrumentation {
passesOnly 'jakarta.ws.rs:jakarta.ws.rs-api:[3.0-M1,)'
passesOnly 'jakarta.ws.rs:jakarta.ws.rs-api:[3.0-M1,4.0.0-M2)'
}

compileJava {
Expand All @@ -26,5 +26,5 @@ compileJava {
site {
title 'JAX-RS'
type 'Framework'
versionOverride '[3.0,)'
versionOverride '[3.0,4.0)'
}

0 comments on commit 1d060c9

Please sign in to comment.