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 0edf4fd24648e6d47f050e6d64faa4ef35a88dfe Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:14:20 2020 +0100 Missing camel-etcd3 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 75e4108..458d205 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -488,6 +488,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-etcd3</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-exec</artifactId> </dependency> <dependency>
