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:35 UTC

[camel] 02/06: Missing some camel-microprofile 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 9946395572e41ed9cd549480ef2c7fc237481f2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 18:23:47 2020 +0100

    Missing some camel-microprofile 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 859d416..15de18a 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -848,6 +848,18 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-microprofile-config</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-microprofile-fault-tolerance</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-microprofile-health</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-microprofile-metrics</artifactId>
 		</dependency>
 		<dependency>