mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-21 10:59:59 +08:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user