Skip to content

Commit

Permalink
Fix jaxws-2.0-metro-2.2 testLatestDeps (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 14, 2021
1 parent 9bd028f commit da4dc7a
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ muzzle {
group = "com.sun.xml.ws"
module = "jaxws-rt"
versions = "[2.2.0.1,3)"
// com.sun.xml.ws:jaxws-rt:2.3.4 depends on org.glassfish.gmbal:gmbal-api-only:4.0.3 which does not exist
// version 2.3.4 depends on org.glassfish.gmbal:gmbal-api-only:4.0.3 which does not exist
skipVersions += "2.3.4"
assertInverse = true
extraDependency "javax.servlet:javax.servlet-api:3.0.1"
Expand All @@ -25,5 +25,8 @@ dependencies {
testInstrumentation project(':instrumentation:servlet:servlet-3.0:javaagent')
testInstrumentation project(':instrumentation:jetty:jetty-8.0:javaagent')

latestDepTestLibrary group: 'com.sun.xml.ws', name: 'jaxws-rt', version: '2+'
}
// TODO (trask) revisit in a few months hopefully once 2.3.5 is published
// and this can go back version '2.+'
// version 2.3.4 depends on org.glassfish.gmbal:gmbal-api-only:4.0.3 which does not exist
latestDepTestLibrary group: 'com.sun.xml.ws', name: 'jaxws-rt', version: '2.3.3'
}

0 comments on commit da4dc7a

Please sign in to comment.