Apply propdeps-maven plugin to ensure the optional deps are in poms
Issue: SPR-15167
This commit is contained in:
parent
053ac64101
commit
6fe7b176c4
|
|
@ -102,8 +102,8 @@ configure(allprojects) { project ->
|
||||||
|
|
||||||
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
|
ext.gradleScriptDir = "${rootProject.projectDir}/gradle"
|
||||||
|
|
||||||
apply plugin: "io.spring.dependency-management"
|
|
||||||
apply plugin: "propdeps"
|
apply plugin: "propdeps"
|
||||||
|
apply plugin: "propdeps-maven"
|
||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
apply plugin: "test-source-set-dependencies"
|
apply plugin: "test-source-set-dependencies"
|
||||||
apply plugin: "io.spring.dependency-management"
|
apply plugin: "io.spring.dependency-management"
|
||||||
|
|
@ -1187,7 +1187,7 @@ project("spring-aspects") {
|
||||||
|
|
||||||
project("spring-framework-bom") {
|
project("spring-framework-bom") {
|
||||||
description = "Spring Framework (Bill of Materials)"
|
description = "Spring Framework (Bill of Materials)"
|
||||||
|
|
||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
generatedPomCustomization {
|
generatedPomCustomization {
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue