From 14eaae6eafc913967288a991a56003c52b2d6d85 Mon Sep 17 00:00:00 2001 From: Peter Ptroc Date: Wed, 30 Jul 2025 23:40:51 +0800 Subject: [PATCH 1/2] HDFS-17814. Add missing LevelDB dependencies to hadoop-hdfs module Co-authored-by: gong-flying --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 10b163a8fca30..5f090c07a4b4a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -208,6 +208,16 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> ${leveldbjni.group} leveldbjni-all + + org.iq80.leveldb + leveldb + 0.12 + + + org.iq80.leveldb + leveldb-api + 0.12 + org.bouncycastle From a5fe6b72f6b80894a426ca9d2667526d23afc9a6 Mon Sep 17 00:00:00 2001 From: Peter Ptroc Date: Sun, 3 Aug 2025 18:10:39 +0800 Subject: [PATCH 2/2] HDFS-17814. Remove duplicate leveldb-api dependency Co-authored-by: gong-flying --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 5f090c07a4b4a..f4748bed9323b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -213,11 +213,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> leveldb 0.12 - - org.iq80.leveldb - leveldb-api - 0.12 - org.bouncycastle