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:39:51 UTC

[camel-spring-boot] 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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 4bcb49e  camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
4bcb49e is described below

commit 4bcb49e49661d340bd98c865b35a1522b2f7270a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 20 14:39:43 2021 +0100

    camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
---
 components-starter/camel-huaweicloud-obs-starter/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/components-starter/camel-huaweicloud-obs-starter/pom.xml b/components-starter/camel-huaweicloud-obs-starter/pom.xml
index 4c34d47..1c43dae 100644
--- a/components-starter/camel-huaweicloud-obs-starter/pom.xml
+++ b/components-starter/camel-huaweicloud-obs-starter/pom.xml
@@ -37,14 +37,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-huaweicloud-obs</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.logging.log4j</groupId>
-          <artifactId>log4j-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>