Apply propdeps-maven plugin to ensure the optional deps are in poms

Issue: SPR-15167
This commit is contained in:
Andy Wilkinson 2017-01-19 17:27:43 +00:00
parent 053ac64101
commit 6fe7b176c4
1 changed files with 2 additions and 2 deletions

View File

@ -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