Skip to content

Commit

Permalink
Merge pull request #2211 from newrelic/glassfish6-excludes
Browse files Browse the repository at this point in the history
More glassfish verify excludes
  • Loading branch information
jtduffy authored Jan 17, 2025
2 parents f723f32 + 24b0477 commit 90ab592
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions instrumentation/glassfish-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ verifyInstrumentation {
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-M5'
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M5'
exclude 'org.glassfish.main.web:web-core:8.0.0-M6'
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M6'
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M7'
exclude 'org.glassfish.main.web:web-core:8.0.0-M7'
exclude 'org.glassfish.main.web:web-core:8.0.0-M8'
exclude 'org.glassfish.main.web:web-core:8.0.0-M9'
excludeRegex 'org.glassfish.main.web:web-core:8.0.0-JDK17-M[0-9]*$'
}

site {
Expand Down

0 comments on commit 90ab592

Please sign in to comment.