We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d905f9 commit ba4f0a2Copy full SHA for ba4f0a2
hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -208,6 +208,16 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
208
<groupId>${leveldbjni.group}</groupId>
209
<artifactId>leveldbjni-all</artifactId>
210
</dependency>
211
+ <dependency>
212
+ <groupId>org.iq80.leveldb</groupId>
213
+ <artifactId>leveldb</artifactId>
214
+ <version>0.12</version>
215
+ </dependency>
216
217
218
+ <artifactId>leveldb-api</artifactId>
219
220
221
<!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
222
<dependency>
223
<groupId>org.bouncycastle</groupId>
0 commit comments