mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-08 22:58:09 +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:
|
initializr:
|
||||||
env:
|
env:
|
||||||
boms:
|
boms:
|
||||||
camel-bom:
|
|
||||||
groupId: org.apache.camel
|
|
||||||
artifactId: camel-parent
|
|
||||||
version: 2.17.0
|
|
||||||
vaadin-bom:
|
vaadin-bom:
|
||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
@ -579,10 +575,10 @@ initializr:
|
|||||||
version: 5.19.0
|
version: 5.19.0
|
||||||
- name: Apache Camel
|
- name: Apache Camel
|
||||||
id: camel
|
id: camel
|
||||||
|
description: Integration using Apache Camel
|
||||||
groupId: org.apache.camel
|
groupId: org.apache.camel
|
||||||
artifactId: camel-spring-boot-starter
|
artifactId: camel-spring-boot-starter
|
||||||
description: Integration using Apache Camel
|
version: 2.17.0
|
||||||
bom: camel-bom
|
|
||||||
- name: JMS (Artemis)
|
- name: JMS (Artemis)
|
||||||
id: artemis
|
id: artemis
|
||||||
description: Java Message Service API via Apache Artemis
|
description: Java Message Service API via Apache Artemis
|
||||||
|
Loading…
Reference in New Issue
Block a user