Remove commons-codec constraint

Closes gh-9977
This commit is contained in:
Josh Cummings 2021-06-21 09:16:42 -06:00
parent 93f59a228b
commit e2e06539fc
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -68,12 +68,6 @@ updateDependenciesSettings {
milestoneVersions()
snapshotVersions()
addRule { components ->
components.withModule("commons-codec:commons-codec") { selection ->
ModuleComponentIdentifier candidate = selection.getCandidate();
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
selection.reject("commons-codec updates break saml tests");
}
}
components.withModule("org.python:jython") { selection ->
ModuleComponentIdentifier candidate = selection.getCandidate();
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {