Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0326B200B41 for ; Thu, 7 Jul 2016 22:41:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 01CE9160A68; Thu, 7 Jul 2016 20:41:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A81A160A4F for ; Thu, 7 Jul 2016 22:41:27 +0200 (CEST) Received: (qmail 31124 invoked by uid 500); 7 Jul 2016 20:41:26 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 31115 invoked by uid 99); 7 Jul 2016 20:41:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 20:41:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 357B6E03CE; Thu, 7 Jul 2016 20:41:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ozawa@apache.org To: common-commits@hadoop.apache.org Message-Id: <55dd7bc4b2674701ae60a676cd9e966f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa) Date: Thu, 7 Jul 2016 20:41:26 +0000 (UTC) archived-at: Thu, 07 Jul 2016 20:41:28 -0000 Repository: hadoop Updated Branches: refs/heads/trunk d1626a7b3 -> 0185de076 HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0185de07 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0185de07 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0185de07 Branch: refs/heads/trunk Commit: 0185de07676dc2f330d48453217222ad0d1cb3cf Parents: d1626a7 Author: Tsuyoshi Ozawa Authored: Fri Jul 8 05:40:52 2016 +0900 Committer: Tsuyoshi Ozawa Committed: Fri Jul 8 05:40:52 2016 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0185de07/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 80b6995..1274d78 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1246,8 +1246,34 @@ - true + true + + + cglib:cglib: + com.sun.jersey:* + com.sun.jersey.contribs:* + com.sun.jersey.jersey-test-framework:* + com.google.inject:guice + org.ow2.asm:asm + + + + cglib:cglib:3.2.0 + com.google.inject:guice:4.0 + com.sun.jersey:jersey-core:1.19 + com.sun.jersey:jersey-servlet:1.19 + com.sun.jersey:jersey-json:1.19 + com.sun.jersey:jersey-server:1.19 + com.sun.jersey:jersey-client:1.19 + com.sun.jersey:jersey-grizzly2:1.19 + com.sun.jersey:jersey-grizzly2-servlet:1.19 + com.sun.jersey.jersey-test-framework:jersey-test-framework-core:1.19 + com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:1.19 + com.sun.jersey.contribs:jersey-guice:1.19 + org.ow2.asm:asm:5.0.0 + + --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org