Skip to content

Commit

Permalink
Merge pull request #1869 from newrelic/cap-glassfish-6
Browse files Browse the repository at this point in the history
Cap glassfish-6 instrumentation ranges
  • Loading branch information
jasonjkeller authored Apr 19, 2024
2 parents 16e7744 + 29c99d5 commit a56c8ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions instrumentation/glassfish-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jar {
}

verifyInstrumentation {
passesOnly 'org.glassfish.main.web:web-core:[6.0.0-RC1,)'
passesOnly 'org.glassfish.main.web:web-core:[6.0.0-RC1,8.0.0-M2)'
exclude 'org.glassfish.main.web:web-core:7.0.0-M3'
exclude 'org.glassfish.main.web:web-core:7.0.0-M4'
exclude 'org.glassfish.main.web:web-core:7.0.0-M10'
exclude 'org.glassfish.main.web:web-core:8.0.0-M2'
exclude 'org.glassfish.main.web:web-core:8.0.0-M3'
}

site {
Expand Down

0 comments on commit a56c8ea

Please sign in to comment.