mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 12:48:02 +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
|
id: lombok
|
||||||
groupId: org.projectlombok
|
groupId: org.projectlombok
|
||||||
artifactId: lombok
|
artifactId: lombok
|
||||||
version: 1.16.6
|
|
||||||
description: Java annotation library which help to reduce boilerplate code and code faster
|
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
|
starter: false
|
||||||
- name: Web
|
- name: Web
|
||||||
content:
|
content:
|
||||||
|
Loading…
Reference in New Issue
Block a user