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 id: lombok
groupId: org.projectlombok groupId: org.projectlombok
artifactId: lombok artifactId: lombok
description: Lombok version: 1.16.6
versionRange: 1.3.0.M4 # same as Cloud because the version is defined there description: Java annotation library which help to reduce boilerplate code and code faster
bom: cloud-bom scope: provided
starter: false starter: false
- name: Web - name: Web
content: content: