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 2021/02/08 13:02:41 UTC

[camel] branch master updated: Fixed RAT

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b85109  Fixed RAT
3b85109 is described below

commit 3b85109a0e70c5767a8a57bb700f5c72296ef647
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 8 14:00:38 2021 +0100

    Fixed RAT
---
 components/camel-huaweicloud-smn/pom.xml           | 142 +++++++++++----------
 .../org/apache/camel/component/hwcloud-smn         |   1 -
 2 files changed, 73 insertions(+), 70 deletions(-)

diff --git a/components/camel-huaweicloud-smn/pom.xml b/components/camel-huaweicloud-smn/pom.xml
index 5a8ba69..d47a2b8 100644
--- a/components/camel-huaweicloud-smn/pom.xml
+++ b/components/camel-huaweicloud-smn/pom.xml
@@ -1,81 +1,85 @@
 <?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
 
-	<modelVersion>4.0.0</modelVersion>
+         http://www.apache.org/licenses/LICENSE-2.0
 
-	<parent>
-		<groupId>org.apache.camel</groupId>
-		<artifactId>components</artifactId>
-		<version>3.8.0-SNAPSHOT</version>
-	</parent>
+    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">
 
-	<artifactId>camel-huaweicloud-smn</artifactId>
-	<packaging>jar</packaging>
+    <modelVersion>4.0.0</modelVersion>
 
-	<name>Camel :: Huawei Cloud SimpleNotification Component</name>
-	<description>A Camel Huawei Simple Notification Component</description>
+    <parent>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>components</artifactId>
+        <version>3.8.0-SNAPSHOT</version>
+    </parent>
 
-	<properties>
-	</properties>
+    <artifactId>camel-huaweicloud-smn</artifactId>
+    <packaging>jar</packaging>
+    <name>Camel :: Huawei Cloud SimpleNotification Component</name>
+    <description>A Camel Huawei Simple Notification Component</description>
 
-	<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>${jackson2-version}</version>
-		</dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>${jackson2-version}</version>
+        </dependency>
 
-		<!-- HuaweiCloud SDK v3 -->
-		<dependency>
-			<groupId>com.huaweicloud.sdk</groupId>
-			<artifactId>huaweicloud-sdk-core</artifactId>
-			<version>${huaweicloud-sdk-version}</version>
-		</dependency>
-		<dependency>
-			<groupId>com.huaweicloud.sdk</groupId>
-			<artifactId>huaweicloud-sdk-smn</artifactId>
-			<version>${huaweicloud-sdk-version}</version>
-		</dependency>
+        <!-- HuaweiCloud SDK v3 -->
+        <dependency>
+            <groupId>com.huaweicloud.sdk</groupId>
+            <artifactId>huaweicloud-sdk-core</artifactId>
+            <version>${huaweicloud-sdk-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.huaweicloud.sdk</groupId>
+            <artifactId>huaweicloud-sdk-smn</artifactId>
+            <version>${huaweicloud-sdk-version}</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>
+        <!-- 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>
diff --git a/components/camel-huaweicloud-smn/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-smn b/components/camel-huaweicloud-smn/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-smn
deleted file mode 100644
index a076ce6..0000000
--- a/components/camel-huaweicloud-smn/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-smn
+++ /dev/null
@@ -1 +0,0 @@
-class=org.apache.camel.component.huaweicloud.smn.SimpleNotificationComponent