Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
Mateusz Rzeszutek and trask committed Sep 10, 2020
1 parent c67e466 commit 6639bae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ dependencies {
exclude group: 'org.jboss.resteasy', module: 'resteasy-client'
}

// artifact name changed from 'resteasy-jaxrs' to 'resteasy-core' starting from version 4.0.0
latestDepTestLibrary group: 'org.jboss.resteasy', name: 'resteasy-core', version: '+'
}

if (findProperty('testLatestDeps')) {
configurations {
// artifact name changed from 'resteasy-jaxrs' to 'resteasy-core' starting from version 4.0.0
testImplementation.exclude group: 'org.jboss.resteasy', module: 'resteasy-jaxrs'
}
}

0 comments on commit 6639bae

Please sign in to comment.