mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 04:38:02 +08:00
Remove reference to camel-parent
`camel-parent` is not a proper Bill Of Materials as it brings the whole camel dependency management with it.
This commit is contained in:
parent
b5dbbe5775
commit
d03a332ffa
@ -15,10 +15,6 @@ server:
|
||||
initializr:
|
||||
env:
|
||||
boms:
|
||||
camel-bom:
|
||||
groupId: org.apache.camel
|
||||
artifactId: camel-parent
|
||||
version: 2.17.0
|
||||
vaadin-bom:
|
||||
groupId: com.vaadin
|
||||
artifactId: vaadin-bom
|
||||
@ -579,10 +575,10 @@ initializr:
|
||||
version: 5.19.0
|
||||
- name: Apache Camel
|
||||
id: camel
|
||||
description: Integration using Apache Camel
|
||||
groupId: org.apache.camel
|
||||
artifactId: camel-spring-boot-starter
|
||||
description: Integration using Apache Camel
|
||||
bom: camel-bom
|
||||
version: 2.17.0
|
||||
- name: JMS (Artemis)
|
||||
id: artemis
|
||||
description: Java Message Service API via Apache Artemis
|
||||
|
Loading…
Reference in New Issue
Block a user