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 182c973dd3250854a688021a74d34eec7586bf21 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 15:55:26 2020 +0100 Missing camel-zipkin 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 647e904..7afff00 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -1300,6 +1300,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-zipkin</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-zookeeper-master</artifactId> </dependency> <dependency>
