Upgrade dependency management for lombok

As of Spring Boot 1.4, lombok is managed and we should no longer provide
a version for it. This commit makes sure to remove the version as of
Spring Boot 1.4

Closes gh-182
This commit is contained in:
Stephane Nicoll 2016-01-27 10:50:53 +01:00
parent ca057da48e
commit dc2ad26865

View File

@ -82,8 +82,10 @@ initializr:
id: lombok
groupId: org.projectlombok
artifactId: lombok
version: 1.16.6
description: Java annotation library which help to reduce boilerplate code and code faster
versions:
- versionRange: "[1.2.0.RELEASE,1.4.0.M1)"
version: 1.16.6
starter: false
- name: Web
content: