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
This commit is contained in:
Stephane Nicoll 2015-12-09 15:34:25 +01:00
parent 77ba0e4641
commit bda0135857

View File

@ -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: