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 83bc78c7c1300a88f73660f0318e2aeea3f82984 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 13 18:24:56 2020 +0100 Missing components from assembly --- core/camel-allcomponents/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index 15de18a..035488e 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -948,10 +948,22 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-openapi-java</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-openstack</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-opentelemetry</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-opentracing</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-optaplanner</artifactId> </dependency> <dependency>
