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 48bebfd2f1229c4f24787e400a6175d1feac464e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jan 28 07:36:08 2021 +0100

    CAMEL-16001 - Fixed POM indentation
---
 components/camel-huaweicloud-smn/pom.xml | 142 +++++++++++++++----------------
 1 file changed, 70 insertions(+), 72 deletions(-)

diff --git a/components/camel-huaweicloud-smn/pom.xml 
b/components/camel-huaweicloud-smn/pom.xml
index 551c785..13d4109 100644
--- a/components/camel-huaweicloud-smn/pom.xml
+++ b/components/camel-huaweicloud-smn/pom.xml
@@ -1,83 +1,81 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-         http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+       license agreements. See the NOTICE file distributed with this work for 
additional 
+       information regarding copyright ownership. The ASF licenses this file 
to 
+       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
+       this file except in compliance with the License. You may obtain a copy 
of 
+       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
+       by applicable law or agreed to in writing, software distributed under 
the 
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
+       OF ANY KIND, either express or implied. See the License for the 
specific 
+       language governing permissions and limitations under the License. -->
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
-  <modelVersion>4.0.0</modelVersion>
+       <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>components</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
-    </parent>
+       <parent>
+               <groupId>org.apache.camel</groupId>
+               <artifactId>components</artifactId>
+               <version>3.8.0-SNAPSHOT</version>
+       </parent>
 
-  <artifactId>camel-huaweicloud-smn</artifactId>
-  <packaging>jar</packaging>
+       <artifactId>camel-huaweicloud-smn</artifactId>
+       <packaging>jar</packaging>
 
-  <name>Camel :: Huawei Cloud SimpleNotification Component</name>
-  <description>A Camel Huawei Simple Notification Component</description>
+       <name>Camel :: Huawei Cloud SimpleNotification Component</name>
+       <description>A Camel Huawei Simple Notification Component</description>
 
-  <properties>
-  </properties>
+       <properties>
+       </properties>
 
-  <dependencies>
-    <!-- camel -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-support</artifactId>
-    </dependency>
+       <dependencies>
+               <!-- camel -->
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-support</artifactId>
+               </dependency>
 
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-core</artifactId>
-      <version>2.12.0</version>
-    </dependency>
+               <dependency>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-core</artifactId>
+                       <version>2.12.0</version>
+               </dependency>
 
-    <!-- HuaweiCloud SDK v3-->
-    <dependency>
-      <groupId>com.huaweicloud.sdk</groupId>
-      <artifactId>huaweicloud-sdk-core</artifactId>
-      <version>3.0.30-rc</version>
-    </dependency>
-    <dependency>
-      <groupId>com.huaweicloud.sdk</groupId>
-      <artifactId>huaweicloud-sdk-smn</artifactId>
-      <version>3.0.30-rc</version>
-    </dependency>
-    
-        <!-- for testing -->
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test-spring-junit5</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-core-catalog</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test-junit5</artifactId>
-            <scope>test</scope>
-        </dependency>
-  </dependencies>
+               <!-- HuaweiCloud SDK v3 -->
+               <dependency>
+                       <groupId>com.huaweicloud.sdk</groupId>
+                       <artifactId>huaweicloud-sdk-core</artifactId>
+                       <version>3.0.30-rc</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.huaweicloud.sdk</groupId>
+                       <artifactId>huaweicloud-sdk-smn</artifactId>
+                       <version>3.0.30-rc</version>
+               </dependency>
+
+               <!-- for testing -->
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-test-spring-junit5</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-core-catalog</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-slf4j-impl</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-test-junit5</artifactId>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
 
 </project>

Reply via email to