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 eaaac5a Regen eaaac5a is described below commit eaaac5abe538216b571b03b103e2c80f6f58da11 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun May 24 15:03:52 2020 +0200 Regen --- core/camel-spring-boot/pom.xml | 4 ++++ tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml index 5727ae7..17b1799 100644 --- a/core/camel-spring-boot/pom.xml +++ b/core/camel-spring-boot/pom.xml @@ -84,6 +84,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-main</artifactId> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 6704714..b7ccccf 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -2720,6 +2720,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-health</artifactId> + <version>3.4.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-hipchat</artifactId> <version>3.4.0-SNAPSHOT</version> </dependency>