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 5e774d38631226a4afb1a01ca8cef16060ec53aa Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:13:32 2020 +0100 Missing camel-aws-xray 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 7afff00..75e4108 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -176,6 +176,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws-xray</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-athena</artifactId> </dependency> <dependency>
