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/12/20 13:44:18 UTC

[camel] branch camel-3.14.x updated: camel-huaweicloud-obs: log4j-core is not needed only the log4j-api

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

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


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 5517ad1  camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
5517ad1 is described below

commit 5517ad115cc35561b2c5afde65e354934fbe9fce
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 20 14:37:51 2021 +0100

    camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
---
 components/camel-huawei/camel-huaweicloud-obs/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-huawei/camel-huaweicloud-obs/pom.xml b/components/camel-huawei/camel-huaweicloud-obs/pom.xml
index 45a2e36..ffb2d25 100644
--- a/components/camel-huawei/camel-huaweicloud-obs/pom.xml
+++ b/components/camel-huawei/camel-huaweicloud-obs/pom.xml
@@ -51,6 +51,12 @@
       <groupId>com.huaweicloud</groupId>
       <artifactId>esdk-obs-java</artifactId>
       <version>${huaweicloud-obs-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>