Skip to content

Commit e2e0653

Browse files
committed
Remove commons-codec constraint
Closes gh-9977
1 parent 93f59a2 commit e2e0653

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

-6
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ updateDependenciesSettings {
6868
milestoneVersions()
6969
snapshotVersions()
7070
addRule { components ->
71-
components.withModule("commons-codec:commons-codec") { selection ->
72-
ModuleComponentIdentifier candidate = selection.getCandidate();
73-
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
74-
selection.reject("commons-codec updates break saml tests");
75-
}
76-
}
7771
components.withModule("org.python:jython") { selection ->
7872
ModuleComponentIdentifier candidate = selection.getCandidate();
7973
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {

0 commit comments

Comments
 (0)