mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
Remove commons-codec constraint
Closes gh-9977
This commit is contained in:
parent
93f59a228b
commit
e2e06539fc
@ -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())) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user