From 7e9856219fab8f3913cbf11b986b740a82674a7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 31 Dec 2017 13:56:17 +0100 Subject: [PATCH] Flag spring-cloud-starter-task temporarily as a non starter This commit sets the `starter` flag of `spring-cloud-starter-task` to `true` to force the core starter to be added when only that dependency is selected. See https://github.com/spring-cloud/spring-cloud-task/issues/359 Closes gh-566 --- initializr-service/src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/initializr-service/src/main/resources/application.yml b/initializr-service/src/main/resources/application.yml index 3ba62c85..0f55a914 100644 --- a/initializr-service/src/main/resources/application.yml +++ b/initializr-service/src/main/resources/application.yml @@ -729,6 +729,7 @@ initializr: artifactId: spring-cloud-starter-task versionRange: "1.3.0.RELEASE" bom: spring-cloud-task + starter: false mappings: - versionRange: "[1.3.0.RELEASE,1.3.x.RELEASE]" artifactId: spring-cloud-task-starter