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/fcd59e7f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fcd59e7f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fcd59e7f

Branch: refs/heads/YARN-2928
Commit: fcd59e7f4dc73496e215bf182e9eead8eefca273
Parents: 47ffa5f
Author: Varun Saxena <varunsax...@apache.org>
Authored: Wed May 18 01:18:18 2016 +0530
Committer: Sangjin Lee <sj...@apache.org>
Committed: Fri Jul 8 10:19:03 2016 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fcd59e7f/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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to