[
https://issues.apache.org/jira/browse/HBASE-24334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on HBASE-24334 started by Jan Hentschel.
---------------------------------------------
> Remove duplicated dependency declaration in hbase-hadoop-compat
> ---------------------------------------------------------------
>
> Key: HBASE-24334
> URL: https://issues.apache.org/jira/browse/HBASE-24334
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0-alpha-1
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Trivial
>
> Currently hbase-metrics-api is declared twice with hbase-hadoop-compat. This
> leads to the following warning in Maven:
> {code}
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.hbase:hbase-hadoop-compat:jar:3.0.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: org.apache.hbase:hbase-metrics-api:jar -> duplicate declaration of
> version (?) @ line 113, column 19
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> {code}
> One declaration should be removed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)