mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user