SENTRY-801: Update README: Does not compile with JDK8 (Colin Ma via Guoquan Shen)
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/18ba71ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/18ba71ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/18ba71ba Branch: refs/heads/hive_plugin_v2 Commit: 18ba71baf63e1a1a1a3650ac539061800626630e Parents: b7469a1 Author: Guoquan Shen <[email protected]> Authored: Fri Jul 24 14:42:24 2015 +0800 Committer: Guoquan Shen <[email protected]> Committed: Fri Jul 24 14:42:24 2015 +0800 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/18ba71ba/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8b869d8..5a38ac2 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Building Sentry Building Sentry requires the following tools: -* Apache Maven 3.0+ -* Java JDK 1.6+ +* Apache Maven 3.2.5+ (Might hit issues with pentaho library with older maven versions) +* Java JDK7 (can't access TBase errors with JDK8) To compile Sentry, run:
