瀏覽代碼

Remove commons-codec constraint

Closes gh-9977
Josh Cummings 4 年之前
父節點
當前提交
e2e06539fc
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      build.gradle

+ 0 - 6
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())) {