Fixed the build after the rebase with trunk.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/15962ea0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/15962ea0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/15962ea0 Branch: refs/heads/YARN-2928 Commit: 15962ea0cda10bc4c42d1d17683924689568f719 Parents: 139f132 Author: Sangjin Lee <[email protected]> Authored: Fri Jul 8 10:30:29 2016 -0700 Committer: Sangjin Lee <[email protected]> Committed: Fri Jul 8 10:30:29 2016 -0700 ---------------------------------------------------------------------- .../hadoop-yarn-server-timelineservice-hbase-tests/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/15962ea0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml index 5641572..920edac 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/pom.xml @@ -104,6 +104,10 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-auth</artifactId> + </exclusion> </exclusions> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
