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
The following commit(s) were added to refs/heads/master by this push: new 1da65a1 CAMEL-15803 - Missing camel-cdi from assembly 1da65a1 is described below commit 1da65a18dd8db2e9734da3b4fd6e924e87ec9abd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 4 06:39:02 2020 +0100 CAMEL-15803 - Missing camel-cdi 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 5553763..647e904 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -328,6 +328,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cdi</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-chatscript</artifactId> </dependency> <dependency>