You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2020/11/22 01:50:22 UTC

[hadoop] branch trunk updated: HDFS-15690. Add lz4-java as test dependency (#2481)

This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d730294  HDFS-15690. Add lz4-java as test dependency (#2481)
d730294 is described below

commit d73029463c307a23b8181ec51041acd71c86ceec
Author: Liang-Chi Hsieh <vi...@gmail.com>
AuthorDate: Sat Nov 21 17:49:56 2020 -0800

    HDFS-15690. Add lz4-java as test dependency (#2481)
---
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
index a8c154a..90ce002 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org