Skip to content

Commit 0605942

Browse files
viiryasunchao
authored andcommitted
HDFS-15690. Add lz4-java as test dependency (#2481)
1 parent 98fe00e commit 0605942

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
219219
<artifactId>assertj-core</artifactId>
220220
<scope>test</scope>
221221
</dependency>
222+
<dependency>
223+
<groupId>org.lz4</groupId>
224+
<artifactId>lz4-java</artifactId>
225+
<scope>test</scope>
226+
</dependency>
222227
</dependencies>
223228

224229
<build>

0 commit comments

Comments
 (0)