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 2021/01/28 06:32:13 UTC

[camel] 02/09: CAMEL-16001 - Added Huawei SMN component to Parent POM

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 6990b610cfbe6c2ad4622e2d538391b3ee526e89
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 28 07:01:55 2021 +0100

    CAMEL-16001 - Added Huawei SMN component to Parent POM
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 244b267..14dc3b1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1563,6 +1563,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
+				<artifactId>camel-huaweicloud-smn</artifactId>
+				<version>${project.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.camel</groupId>
 				<artifactId>camel-http-base</artifactId>
 				<version>${project.version}</version>
 			</dependency>