[
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}
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>2.6.0</version>
</dependency>
{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)