Fix jaxrs cxf latest dep tests (#2844)
This commit is contained in:
parent
e54eb2ca03
commit
2f6ae9f37b
|
|
@ -34,6 +34,8 @@ dependencies {
|
|||
|
||||
testLibrary group: 'org.apache.cxf', name: 'cxf-rt-transports-http-jetty', version: '3.2.0'
|
||||
testLibrary group: 'org.apache.cxf', name: 'cxf-rt-ws-policy', version: '3.2.0'
|
||||
|
||||
latestDepTestLibrary group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.+'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue