From 0cbe51157a51510a8de8ff9f539d4f3a444a150b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Jan 2017 19:20:40 +0100 Subject: [PATCH] Add specific order for Spring cloud BOMs See gh-343 --- initializr-service/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 14d92207..38af2d49 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -25,6 +25,7 @@ initializr: cloud-bom: groupId: org.springframework.cloud artifactId: spring-cloud-dependencies + order: 50 mappings: - versionRange: "[1.2.3.RELEASE,1.3.0.RELEASE)" version: Angel.SR6 @@ -41,6 +42,7 @@ initializr: cloud-dataflow-bom: groupId: org.springframework.cloud artifactId: spring-cloud-dataflow-dependencies + order: 20 additionalBoms: [cloud-task-bom,cloud-bom] mappings: - versionRange: "[1.3.2.RELEASE,1.4.0.RELEASE)" @@ -65,6 +67,7 @@ initializr: cloud-task-bom: groupId: org.springframework.cloud artifactId: spring-cloud-task-dependencies + order: 30 mappings: - versionRange: "[1.3.0.RELEASE, 1.4.0.RELEASE]" version: 1.0.3.RELEASE @@ -79,6 +82,7 @@ initializr: experimental-reactive-bom: groupId: org.springframework.boot.experimental artifactId: spring-boot-dependencies-web-reactive + order: 0 repositories: spring-snapshots,spring-milestones version: 0.1.0.BUILD-SNAPSHOT vaadin-bom: