You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jan Hentschel (Jira)" <ji...@apache.org> on 2020/05/06 07:40:00 UTC

[jira] [Created] (HBASE-24334) Remove duplicated dependency declaration in hbase-hadoop-compat

Jan Hentschel created HBASE-24334:
-------------------------------------

             Summary: 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


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)