Add support for Apache Camel

Closes gh-207
This commit is contained in:
Claus Ibsen 2016-03-28 09:33:14 +02:00 committed by Stephane Nicoll
parent ccdad4d394
commit 7c78e054e8

View File

@ -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,13 @@ 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
version: 2.17.0
description: Integration using Apache Camel
bom: camel-bom
- name: JMS (Artemis)
id: artemis
description: Java Message Service API via Apache Artemis