Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DB6617BC4 for ; Fri, 2 Oct 2015 08:18:27 +0000 (UTC) Received: (qmail 64778 invoked by uid 500); 2 Oct 2015 08:18:27 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 64729 invoked by uid 500); 2 Oct 2015 08:18:27 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 64718 invoked by uid 99); 2 Oct 2015 08:18:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2015 08:18:27 +0000 Date: Fri, 2 Oct 2015 08:18:27 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12230) hadoop-project declares duplicate, conflicting curator dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940883#comment-14940883 ] Akira AJISAKA commented on HADOOP-12230: ---------------------------------------- Cancelling my +1. You need to remove duplicating declaration instead of setting the right version. Would you remove the following code? {code} org.apache.curator curator-framework 2.6.0 org.apache.curator curator-test 2.6.0 {code} > hadoop-project declares duplicate, conflicting curator dependencies > ------------------------------------------------------------------- > > Key: HADOOP-12230 > URL: https://issues.apache.org/jira/browse/HADOOP-12230 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 2.7.1 > Reporter: Steve Loughran > Assignee: Rakesh R > Priority: Minor > Attachments: HADOOP-12230-00.patch, HADOOP-12230.branch-2.00.patch > > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > HADOOP-11492 bumped up the curator version in trunk & branch-2, but it looks like there were a couple of extra curator dependencies in branch-2 that didn't get updated, and are still down as 2.6.0 > This isn't that serious, maven will have picked the latest one, but its still messy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)