YARN-5102. timeline service build fails with java 8. (Sangjin Lee via varunsaxena)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8e090403 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8e090403 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8e090403 Branch: refs/heads/trunk Commit: 8e090403812bfe087052bbbd0d6fac5a66f275ab Parents: bc6f978 Author: Varun Saxena <[email protected]> Authored: Wed May 18 01:18:18 2016 +0530 Committer: Sangjin Lee <[email protected]> Committed: Sun Jul 10 08:45:58 2016 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/8e090403/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index f071504..9b30570 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1058,6 +1058,12 @@ <groupId>org.apache.hbase</groupId> <artifactId>hbase-common</artifactId> <version>${hbase.version}</version> + <exclusions> + <exclusion> + <artifactId>jdk.tools</artifactId> + <groupId>jdk.tools</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.hbase</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
