This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit c3006bfbaa0f2b5a8022eac8c610b55075501080 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 23 08:16:46 2020 +0200 Regen after fixing tooling --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index c1fa56f..42acffd 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3436,6 +3436,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-splunk-hec</artifactId> + <version>3.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-spring</artifactId> <version>3.3.0-SNAPSHOT</version> </dependency>