This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new bf3d1b6 CAMEL-15803 - Missing camel-cdi from assembly bf3d1b6 is described below commit bf3d1b60d14f030ebdce54875f2f043c5439e24e 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 3e82748..f3f90e7 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -308,6 +308,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>