This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e5d65a1beb [MINOR] Exclude slf4j-reload4j dependency from 
hudi-tests-common (#10643)
1e5d65a1beb is described below

commit 1e5d65a1beb68008d1fb2a81decee0ded4e88df7
Author: Lin Liu <[email protected]>
AuthorDate: Mon Sep 9 18:06:47 2024 -0700

    [MINOR] Exclude slf4j-reload4j dependency from hudi-tests-common (#10643)
---
 hudi-tests-common/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hudi-tests-common/pom.xml b/hudi-tests-common/pom.xml
index 4606232dfbe..1f237412c8e 100644
--- a/hudi-tests-common/pom.xml
+++ b/hudi-tests-common/pom.xml
@@ -161,6 +161,10 @@
                     <groupId>javax.servlet</groupId>
                     <artifactId>*</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-reload4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to