Fix test latest deps (#3266)

This commit is contained in:
Trask Stalnaker 2021-06-11 18:45:12 -07:00 committed by GitHub
parent 06033ed3f2
commit 16be695c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ dependencies {
testLibrary "org.jboss.resteasy:resteasy-servlet-initializer:3.1.0.Final"
// artifact name changed from 'resteasy-jaxrs' to 'resteasy-core' starting from version 4.0.0
latestDepTestLibrary "org.jboss.resteasy:resteasy-core:+"
// TODO (trask) 4.6.1.Beta3 appears broken, revisit after next release
latestDepTestLibrary "org.jboss.resteasy:resteasy-core:4.6.1.Beta2"
}
test {