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 vr...@apache.org on 2016/06/21 23:49:00 UTC

[14/50] [abbrv] hadoop git commit: YARN-5102. timeline service build fails with java 8. (Sangjin Lee via varunsaxena)

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

Branch: refs/heads/YARN-2928
Commit: a5daac5c89bf36cd4fd8506a3e3cb1504585287b
Parents: ccdec4a
Author: Varun Saxena <va...@apache.org>
Authored: Wed May 18 01:18:18 2016 +0530
Committer: Vrushali <vr...@twitter.com>
Committed: Sun Jun 19 00:20:08 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a5daac5c/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 04464e4..0a4f058 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1042,6 +1042,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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org