HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d298f734 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d298f734 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d298f734 Branch: refs/heads/HDFS-9806 Commit: d298f734a46515ffaa59751cc56b56449006c3e2 Parents: 56e81f2 Author: Andrew Wang <[email protected]> Authored: Fri Apr 7 13:43:06 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Fri Apr 7 13:43:06 2017 -0700 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client-integration-tests/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d298f734/hadoop-client-modules/hadoop-client-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml index 02e5824..99fd0c2 100644 --- a/hadoop-client-modules/hadoop-client-integration-tests/pom.xml +++ b/hadoop-client-modules/hadoop-client-integration-tests/pom.xml @@ -147,6 +147,11 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs-client</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-hdfs</artifactId> <scope>test</scope> <type>test-jar</type> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
