From bda0135857d2da5136ffc0b7288027f9cf6e14ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2015 15:34:25 +0100 Subject: [PATCH] Fix lombok support Remove the cloud dependency until Spring Boot itself provides a dependency management for it. Also fix the scope so that lombok does not leak in other projects. Closes gh-154 --- initializr-service/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/initializr-service/application.yml b/initializr-service/application.yml index 0f608021..baef3d7d 100644 --- a/initializr-service/application.yml +++ b/initializr-service/application.yml @@ -69,9 +69,9 @@ initializr: id: lombok groupId: org.projectlombok artifactId: lombok - description: Lombok - versionRange: 1.3.0.M4 # same as Cloud because the version is defined there - bom: cloud-bom + version: 1.16.6 + description: Java annotation library which help to reduce boilerplate code and code faster + scope: provided starter: false - name: Web content: