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 6ff4a63 [create-pull-request] automated change (#97) 6ff4a63 is described below commit 6ff4a639d0cb176bd8bb141aec4bd49dbe6b215b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 30 05:57:45 2020 +0200 [create-pull-request] automated change (#97) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 e14bf55..03afef1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3629,6 +3629,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-threadpoolfactory-vertx</artifactId> + <version>3.5.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-thrift</artifactId> <version>3.5.0-SNAPSHOT</version> </dependency>