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.git
commit 1e89b2aa043c9be3d528c034298071a27a56c430 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:17:42 2020 +0100 Missing camel-hystrix from assembly --- core/camel-allcomponents/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index 458d205..ab00b44 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -628,6 +628,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-hystrix</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-ical</artifactId> </dependency> <dependency>
