This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new deb75df Fixed Camel-Huawei parent position in POMs deb75df is described below commit deb75df5b3a98bc92668d771797fca73950d9d74 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 15 10:41:14 2021 +0200 Fixed Camel-Huawei parent position in POMs --- bom/camel-bom/pom.xml | 5 +++++ parent/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index a7f967c..8ad33f9 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -904,6 +904,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-huawei-parent</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-huaweicloud-functiongraph</artifactId> <version>${project.version}</version> </dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 78099d2..c6ea5e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1515,6 +1515,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-huawei-parent</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-huaweicloud-functiongraph</artifactId> <version>${project.version}</version> </dependency>