You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/08/11 14:53:00 UTC

[jira] [Resolved] (HBASE-18558) clean up duplicate dependency management entries for hbase-shaded-miscellaneous

     [ https://issues.apache.org/jira/browse/HBASE-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chia-Ping Tsai resolved HBASE-18558.
------------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

Thanks all contributors!

> 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
>            Reporter: Sean Busbey
>            Assignee: ChunHao
>            Priority: Minor
>              Labels: beginner
>             Fix For: 3.0.0
>
>
> 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)