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 dca16239b19f45da08cc11e8ffb26f52ceccb1e5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 28 07:03:05 2021 +0100 CAMEL-16001 - Added Huawei SMN component to BOM --- bom/camel-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 9ffe35a..3f6876f 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -959,6 +959,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-ical</artifactId> <version>${project.version}</version> </dependency>