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 ar...@apache.org on 2016/06/23 18:32:07 UTC

[07/11] hadoop git commit: HDFS-10561. test_native_mini_dfs fails by NoClassDefFoundError. (aajisaka)

HDFS-10561. test_native_mini_dfs fails by NoClassDefFoundError. (aajisaka)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ff07b108
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ff07b108
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ff07b108

Branch: refs/heads/HDFS-1312
Commit: ff07b108039ecc4e680352f756930673ced42256
Parents: 85209cc
Author: Akira Ajisaka <aa...@apache.org>
Authored: Thu Jun 23 15:47:31 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu Jun 23 15:48:18 2016 +0900

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ff07b108/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
index 23fefcb..36fdb35 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml
@@ -68,6 +68,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</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