From e2e06539fc90b9e4fa952f50259088fd801f8b73 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 21 Jun 2021 09:16:42 -0600 Subject: [PATCH] Remove commons-codec constraint Closes gh-9977 --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 36caef2faf..66c1ffe7c2 100644 --- a/build.gradle +++ b/build.gradle @@ -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())) {