mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 12:18:04 +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:
parent
77ba0e4641
commit
bda0135857
@ -69,9 +69,9 @@ initializr:
|
||||
id: lombok
|
||||
groupId: org.projectlombok
|
||||
artifactId: lombok
|
||||
description: Lombok
|
||||
versionRange: 1.3.0.M4 # same as Cloud because the version is defined there
|
||||
bom: cloud-bom
|
||||
version: 1.16.6
|
||||
description: Java annotation library which help to reduce boilerplate code and code faster
|
||||
scope: provided
|
||||
starter: false
|
||||
- name: Web
|
||||
content:
|
||||
|
Loading…
Reference in New Issue
Block a user