Skip to content

Commit 14eaae6

Browse files
HDFS-17814. Add missing LevelDB dependencies to hadoop-hdfs module
Co-authored-by: gong-flying <[email protected]>
1 parent 3d905f9 commit 14eaae6

File tree

1 file changed

+10
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs

1 file changed

+10
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
208208
<groupId>${leveldbjni.group}</groupId>
209209
<artifactId>leveldbjni-all</artifactId>
210210
</dependency>
211+
<dependency>
212+
<groupId>org.iq80.leveldb</groupId>
213+
<artifactId>leveldb</artifactId>
214+
<version>0.12</version>
215+
</dependency>
216+
<dependency>
217+
<groupId>org.iq80.leveldb</groupId>
218+
<artifactId>leveldb-api</artifactId>
219+
<version>0.12</version>
220+
</dependency>
211221
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
212222
<dependency>
213223
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)