HDFS-9222. Add hadoop-hdfs-client as a dependency of hadoop-hdfs-native-client. Contributed by Mingliang Liu.
This commit is contained in:
parent
d0c1e5fec4
commit
18950c0a55
|
@ -36,6 +36,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hadoop</groupId>
|
||||||
|
<artifactId>hadoop-hdfs-client</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-common</artifactId>
|
<artifactId>hadoop-common</artifactId>
|
||||||
|
|
|
@ -2012,6 +2012,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-9215. Suppress the RAT warnings in hdfs-native-client module. (wheat9)
|
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
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue