Fix resteasy latest dep tests (#2869)
This commit is contained in:
parent
334c6ec0b5
commit
b1b5b143ca
|
@ -30,7 +30,7 @@ dependencies {
|
|||
testInstrumentation project(':instrumentation:servlet:servlet-javax-common:javaagent')
|
||||
|
||||
testImplementation project(':instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-testing')
|
||||
testImplementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '8.0.0.v20110901'
|
||||
testImplementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.6.v20170531'
|
||||
|
||||
testLibrary(group: 'org.jboss.resteasy', name: 'resteasy-undertow', version: '3.0.4.Final') {
|
||||
exclude group: 'org.jboss.resteasy', module: 'resteasy-client'
|
||||
|
|
|
@ -30,7 +30,7 @@ dependencies {
|
|||
testInstrumentation project(':instrumentation:servlet:servlet-javax-common:javaagent')
|
||||
|
||||
testImplementation project(':instrumentation:jaxrs:jaxrs-2.0:jaxrs-2.0-testing')
|
||||
testImplementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '8.0.0.v20110901'
|
||||
testImplementation group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.4.6.v20170531'
|
||||
|
||||
testLibrary(group: 'org.jboss.resteasy', name: 'resteasy-undertow', version: '3.1.0.Final') {
|
||||
exclude group: 'org.jboss.resteasy', module: 'resteasy-client'
|
||||
|
|
Loading…
Reference in New Issue