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/12/29 21:36:42 UTC

[hadoop] branch branch-3.3 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 branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 060594259c53e8b49c091366b2dd040f19c9b90f
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 58e7034..3d9ef52 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