Remove spring-build-src module from BOM
Issue: SPR-15932
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user