Explorar o código

Remove commons-codec constraint

Closes gh-9977
Josh Cummings %!s(int64=4) %!d(string=hai) anos
pai
achega
e2e06539fc
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      build.gradle

+ 0 - 6
build.gradle

@@ -68,12 +68,6 @@ updateDependenciesSettings {
 		milestoneVersions()
 		milestoneVersions()
 		snapshotVersions()
 		snapshotVersions()
 		addRule { components ->
 		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 ->
 			components.withModule("org.python:jython") { selection ->
 				ModuleComponentIdentifier candidate = selection.getCandidate();
 				ModuleComponentIdentifier candidate = selection.getCandidate();
 				if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
 				if (!candidate.getVersion().equals(selection.getCurrentVersion())) {