Sean Busbey created HBASE-18558:
-----------------------------------
Summary: 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: 2.0.0-alpha-1, 3.0.0
Reporter: Sean Busbey
Priority: Minor
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)