mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Removed superfluous force-override
This commit is contained in:
parent
abcb55d370
commit
316119b368
@ -497,13 +497,8 @@ allprojects {
|
|||||||
if (details.requested.group == 'org.apache.commons') {
|
if (details.requested.group == 'org.apache.commons') {
|
||||||
if (details.requested.name == "commons-configuration2") {
|
if (details.requested.name == "commons-configuration2") {
|
||||||
details.useVersion commons_configuration2_version
|
details.useVersion commons_configuration2_version
|
||||||
} else if (details.requested.name == "commons-text") {
|
|
||||||
details.useVersion commons_text_version
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// if (details.requested.group == 'org.yaml' && details.requested.name == 'snakeyaml') {
|
|
||||||
// details.useVersion snake_yaml_version
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencySubstitution {
|
dependencySubstitution {
|
||||||
|
Loading…
Reference in New Issue
Block a user