mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
SEC-2927: No Dependency Management for Bom
This commit is contained in:
parent
a1ff94a34e
commit
7000652fd1
@ -70,6 +70,8 @@ def customizePom(pom, gradleProject) {
|
||||
email = 'rwinch@gopivotal.com'
|
||||
}
|
||||
}
|
||||
|
||||
if(!gradleProject.name.endsWith('-bom')) {
|
||||
dependencyManagement {
|
||||
dependencies {
|
||||
dependency {
|
||||
@ -81,6 +83,7 @@ def customizePom(pom, gradleProject) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if(isWar) {
|
||||
properties {
|
||||
'm2eclipse.wtp.contextRoot' '/' + project.war.baseName
|
||||
|
Loading…
x
Reference in New Issue
Block a user