Skip to content

Commit

Permalink
Merge pull request #222 from newrelic/release/jax-rx-verifier-fix
Browse files Browse the repository at this point in the history
Fix Verifier for JAX RS new release on 29March 4.0.0-M2
  • Loading branch information
lovesh-ap authored Apr 1, 2024
2 parents b9f295c + baf5a01 commit 0edc984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation-security/jax-rs-3.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jar {

verifyInstrumentation {
passesOnly 'jakarta.ws.rs:jakarta.ws.rs-api:[3.0-M1,)'
excludeRegex '.*-M[0-9]+'
}

compileJava {
Expand Down

0 comments on commit 0edc984

Please sign in to comment.