mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 12:18:04 +08:00
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:
parent
ca057da48e
commit
dc2ad26865
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user