mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-07 18:04:58 +08:00
Merge pull request #208 from davsclaus/camel
* pr/208: Polish contribution Add support for Apache Camel
This commit is contained in:
@@ -15,6 +15,10 @@ 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
|
||||
@@ -568,6 +572,12 @@ initializr:
|
||||
groupId: org.activiti
|
||||
artifactId: activiti-spring-boot-starter-basic
|
||||
version: 5.19.0
|
||||
- name: Apache Camel
|
||||
id: camel
|
||||
groupId: org.apache.camel
|
||||
artifactId: camel-spring-boot-starter
|
||||
description: Integration using Apache Camel
|
||||
bom: camel-bom
|
||||
- name: JMS (Artemis)
|
||||
id: artemis
|
||||
description: Java Message Service API via Apache Artemis
|
||||
|
||||
Reference in New Issue
Block a user