[
https://issues.apache.org/jira/browse/HBASE-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123257#comment-16123257
]
Chia-Ping Tsai commented on HBASE-18558:
----------------------------------------
The duplicate dependency doesn't exist in branch-2 because of this
[commit|https://github.com/apache/hbase/commit/6440509d7d28b0a0ecf027352d64605d7085ff29].
> clean up duplicate dependency management entries for
> hbase-shaded-miscellaneous
> -------------------------------------------------------------------------------
>
> Key: HBASE-18558
> URL: https://issues.apache.org/jira/browse/HBASE-18558
> Project: HBase
> Issue Type: Task
> Components: dependencies, pom
> Affects Versions: 3.0.0, 2.0.0-alpha-1
> Reporter: Sean Busbey
> Priority: Minor
> Labels: beginner
> Fix For: 3.0.0, 2.0.0-alpha-2
>
>
> our root pom's dependency management section has two entries like:
> {code}
> <dependency>
> <groupId>org.apache.hbase.thirdparty</groupId>
> <artifactId>hbase-shaded-miscellaneous</artifactId>
> <version>${hbase-thirdparty.version}</version>
> </dependency>
> {code}
> which causes a bunch of warnings at build time. remove one.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)