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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 460988a03 PARQUET-2459. parquet-hadoop tests to work with hadoop 3.4.0 
(#1321)
460988a03 is described below

commit 460988a03c1a8a82bbadd8b21b016c5de0caceb6
Author: Steve Loughran <ste...@cloudera.com>
AuthorDate: Mon Apr 22 18:03:37 2024 +0100

    PARQUET-2459. parquet-hadoop tests to work with hadoop 3.4.0 (#1321)
    
    Removes all log dependencies from hadoop-common
    
    Change-Id: Ida17e37ba35ddc5944e2a635d6965828c156311e
---
 parquet-hadoop/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index 20610bccf..ecb21d8e1 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -67,6 +67,28 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-reload4j</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

Reply via email to