From 77ba0e4641e0a8ed39cef70046bc1d78352641a9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2015 15:18:58 +0100 Subject: [PATCH] Add missing starter attribute --- initializr-service/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/initializr-service/application.yml b/initializr-service/application.yml index c086362b..0f608021 100644 --- a/initializr-service/application.yml +++ b/initializr-service/application.yml @@ -53,6 +53,7 @@ initializr: artifactId: spring-boot-devtools description: Spring Boot Development Tools versionRange: 1.3.0.M1 + starter: false - name: Validation id: validation description: JSR-303 validation infrastructure (already included with web) @@ -71,6 +72,7 @@ initializr: description: Lombok versionRange: 1.3.0.M4 # same as Cloud because the version is defined there bom: cloud-bom + starter: false - name: Web content: - name: Web @@ -120,6 +122,7 @@ initializr: groupId: org.springframework.data artifactId: spring-data-rest-hal-browser versionRange: 1.3.0.M1 + starter: false - name: Mobile id: mobile description: Simplify the development of mobile web applications with spring-mobile