Browse Source

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

Issue: SPR-15167
pull/1301/head
Andy Wilkinson 8 years ago
parent
commit
6fe7b176c4
  1. 4
      build.gradle

4
build.gradle

@ -102,8 +102,8 @@ configure(allprojects) { project -> @@ -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") { @@ -1187,7 +1187,7 @@ project("spring-aspects") {
project("spring-framework-bom") {
description = "Spring Framework (Bill of Materials)"
dependencyManagement {
generatedPomCustomization {
enabled = false

Loading…
Cancel
Save