This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.14.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit a38f2a5cb5ac18bd649b5033357991129e277683 Author: Claus Ibsen <[email protected]> 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 ef05704..c2a0053 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>
