HDFS-9222. Add hadoop-hdfs-client as a dependency of hadoop-hdfs-native-client. Contributed by Mingliang Liu.

This commit is contained in:
Haohui Mai 2015-10-09 22:31:16 -07:00
parent d0c1e5fec4
commit 18950c0a55
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
</properties>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>

View File

@ -2012,6 +2012,9 @@ Release 2.8.0 - UNRELEASED
HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. (wheat9)
HDFS-9222. Add hadoop-hdfs-client as a dependency of
hadoop-hdfs-native-client. (Mingliang Liu via wheat9)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES