From 6fe7b176c4ae1ceb26aa81f4d465abde8e8f6dd9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2017 17:27:43 +0000 Subject: [PATCH] Apply propdeps-maven plugin to ensure the optional deps are in poms Issue: SPR-15167 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bc604327324..d4f9418dc13 100644 --- a/build.gradle +++ b/build.gradle @@ -102,8 +102,8 @@ configure(allprojects) { project -> ext.gradleScriptDir = "${rootProject.projectDir}/gradle" - apply plugin: "io.spring.dependency-management" apply plugin: "propdeps" + apply plugin: "propdeps-maven" apply plugin: "java" apply plugin: "test-source-set-dependencies" apply plugin: "io.spring.dependency-management" @@ -1187,7 +1187,7 @@ project("spring-aspects") { project("spring-framework-bom") { description = "Spring Framework (Bill of Materials)" - + dependencyManagement { generatedPomCustomization { enabled = false