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:40:22 UTC

[camel] branch main 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 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 23d4660  camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
23d4660 is described below

commit 23d466090fa72100cfc8a70b2ca4dccf4ae6defd
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 33326df..5f95e85 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>