Remove spring-build-src module from BOM

Issue: SPR-15932
This commit is contained in:
Brian Clozel 2017-09-08 08:50:34 +02:00
parent c64083da8d
commit 69edd4ac50
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install {
asNode().children().last() + {
delegate.dependencyManagement {
delegate.dependencies {
parent.subprojects.sort { "$it.name" }.each { p ->
parent.moduleProjects.sort { "$it.name" }.each { p ->
if (p != project) {
delegate.dependency {
delegate.groupId(p.group)