mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 09:44:47 +08:00
Adapt version range for SCDF
SCDF is incompatible with Spring Boot 1.5.3 and further, see https://github.com/spring-cloud/spring-cloud-dataflow/issues/1382 Closes gh-417
This commit is contained in:
@@ -53,7 +53,7 @@ initializr:
|
||||
- versionRange: "[1.4.x.BUILD-SNAPSHOT, 1.5.0.RC1)"
|
||||
version: 1.1.5.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
- versionRange: "[1.5.0.RC1, 2.0.0.M1)"
|
||||
- versionRange: "[1.5.0.RC1, 1.5.3.RELEASE)"
|
||||
version: 1.2.0.BUILD-SNAPSHOT
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
cloud-services-bom:
|
||||
@@ -866,7 +866,7 @@ initializr:
|
||||
artifactId: spring-cloud-starter-aws-messaging
|
||||
- name: Cloud Data Flow
|
||||
bom: cloud-dataflow-bom
|
||||
versionRange: "[1.3.2.RELEASE, 2.0.0.M1)"
|
||||
versionRange: "[1.3.2.RELEASE, 1.5.3.RELEASE)"
|
||||
content:
|
||||
- name: Local Data Flow Server
|
||||
id: cloud-dataflow-server-local
|
||||
|
Reference in New Issue
Block a user