You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/13 17:38:36 UTC

[camel] 03/06: Missing components from assembly

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 <an...@gmail.com>
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>