Fix jaxrs cxf latest dep tests (#2844)

This commit is contained in:
Lauri Tulmin 2021-04-22 23:17:36 +03:00 committed by GitHub
parent e54eb2ca03
commit 2f6ae9f37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {