Browse Source

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

Haohui Mai 9 years ago
parent
commit
18950c0a55

+ 5 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

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

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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