Fix pom/gradle extracts to have the right artifactId
This commit is contained in:
@@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom '{@= groupId @}:{@= artifactId @}:{@= version @}'
|
||||
mavenBom '{@= groupId @}:spring-cloud-starter-parent:{@= version @}'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user