This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-3.14.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0ae87c80695e0fa452712132782a49a53f0e5503 Author: Tom Cunningham <[email protected]> AuthorDate: Wed Sep 7 08:03:01 2022 -0400 Exclude org.slf4j:slf4j-reload4j to avoid logback warnings/errors --- components/camel-hdfs/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml index 14eb3f49335..a70c32ba4e1 100644 --- a/components/camel-hdfs/pom.xml +++ b/components/camel-hdfs/pom.xml @@ -72,6 +72,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-reload4j</artifactId> + </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId>
