HDFS-15690. Add lz4-java as test dependency (#2481)

This commit is contained in:
Liang-Chi Hsieh 2020-11-21 17:49:56 -08:00 committed by GitHub
parent 740399a602
commit d73029463c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>