This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 9c8ef3c CAMEL-15005: adapt camel-spring-boot (#62)
9c8ef3c is described below
commit 9c8ef3cf08f6209e93b54a40d5746d6c20e5fe64
Author: Luca Burgazzoli <[email protected]>
AuthorDate: Wed May 6 09:53:55 2020 +0200
CAMEL-15005: adapt camel-spring-boot (#62)
---
tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 32881b7..c03f109 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -768,6 +768,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
+ <artifactId>camel-elytron-starter</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-etcd-starter</artifactId>
<version>${project.version}</version>
</dependency>
@@ -1153,6 +1158,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
+ <artifactId>camel-kura-starter</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-language-starter</artifactId>
<version>${project.version}</version>
</dependency>