You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/28 06:07:07 UTC

[camel] branch main updated: CAMEL-17321: Fixed tests

This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 4f493d4  CAMEL-17321: Fixed tests
4f493d4 is described below

commit 4f493d4ce4fdf34e87a94126d3650420077d7ee2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 28 07:05:22 2022 +0100

    CAMEL-17321: Fixed tests
---
 components/camel-huawei/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/components/camel-huawei/pom.xml b/components/camel-huawei/pom.xml
index 5d0481d..2d96130 100644
--- a/components/camel-huawei/pom.xml
+++ b/components/camel-huawei/pom.xml
@@ -31,17 +31,16 @@
     <packaging>pom</packaging>
     <name>Camel :: Huawei Cloud :: Parent</name>
     <description>Camel Huawei Cloud parent</description>
-
     
     <modules>
-	    <module>camel-huaweicloud-common</module>
-	    <module>camel-huaweicloud-dms</module>
+        <module>camel-huaweicloud-common</module>
+        <module>camel-huaweicloud-dms</module>
+        <module>camel-huaweicloud-frs</module>
         <module>camel-huaweicloud-functiongraph</module>
         <module>camel-huaweicloud-iam</module>
         <module>camel-huaweicloud-imagerecognition</module>
-	    <module>camel-huaweicloud-obs</module>
+        <module>camel-huaweicloud-obs</module>
         <module>camel-huaweicloud-smn</module>
-        <module>camel-huaweicloud-frs</module>
     </modules>
 
 </project>