HDFS-15690. Add lz4-java as test dependency (#2481)
This commit is contained in:
parent
740399a602
commit
d73029463c
|
@ -219,6 +219,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||
<artifactId>assertj-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lz4</groupId>
|
||||
<artifactId>lz4-java</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue