Support for release trains in sagan
This commit is contained in:
@@ -8,11 +8,11 @@ apply plugin: "io.spring.dependency-management"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom 'org.springframework.cloud:spring-cloud-starter-parent:Angel.SR3'
|
||||
mavenBom '{@= groupId @}:{@= artifactId @}:{@= version @}'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.cloud:spring-cloud-starter-config'
|
||||
compile 'org.springframework.cloud:spring-cloud-starter-eureka'
|
||||
compile '{@= groupId @}:spring-cloud-starter-config'
|
||||
compile '{@= groupId @}:spring-cloud-starter-eureka'
|
||||
}
|
||||
Reference in New Issue
Block a user