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:19:29 UTC

[camel] 03/05: Missing camel-etcd3 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 0edf4fd24648e6d47f050e6d64faa4ef35a88dfe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 18:14:20 2020 +0100

    Missing camel-etcd3 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 75e4108..458d205 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -488,6 +488,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-etcd3</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-exec</artifactId>
 		</dependency>
 		<dependency>