We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f59a2 commit e2e0653Copy full SHA for e2e0653
build.gradle
@@ -68,12 +68,6 @@ updateDependenciesSettings {
68
milestoneVersions()
69
snapshotVersions()
70
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
77
components.withModule("org.python:jython") { selection ->
78
ModuleComponentIdentifier candidate = selection.getCandidate();
79
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
0 commit comments