mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Fix Spring Cloud Dataflow version ranges
This commit fixes compatibility of Spring Cloud Dataflow with Spring Boot 1.4 and later. Closes gh-318
This commit is contained in:
@@ -41,9 +41,15 @@ initializr:
|
||||
cloud-dataflow-bom:
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-dataflow-dependencies
|
||||
version: 1.0.1.RELEASE
|
||||
additionalBoms: [cloud-bom]
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
mappings:
|
||||
- versionRange: "[1.3.2.RELEASE,1.4.0.M1)"
|
||||
version: 1.0.1.RELEASE
|
||||
- versionRange: "[1.4.0.M1,1.4.3.BUILD-SNAPSHOT)"
|
||||
version: 1.1.0.RELEASE
|
||||
- versionRange: 1.4.3.BUILD-SNAPSHOT
|
||||
version: 1.1.1.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-services-bom:
|
||||
groupId: io.pivotal.spring.cloud
|
||||
artifactId: spring-cloud-services-dependencies
|
||||
|
Reference in New Issue
Block a user