This is an automated email from the ASF dual-hosted git repository.
coheigea 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 a8776f8beb1 Fixing tests for kudu
a8776f8beb1 is described below
commit a8776f8beb1a4447c8c4bb22b9e6b1f8de79c771
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Sep 6 16:11:03 2023 +0100
Fixing tests for kudu
---
components/camel-kudu/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/components/camel-kudu/pom.xml b/components/camel-kudu/pom.xml
index 5acb71ff915..8012ebbbf87 100644
--- a/components/camel-kudu/pom.xml
+++ b/components/camel-kudu/pom.xml
@@ -108,6 +108,16 @@
<artifactId>kudu-test-utils</artifactId>
<version>${kudu-version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>