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 2018/01/06 20:31:02 UTC

[jira] [Created] (HBASE-19723) hbase-thrift declares slf4j-api twice

Jan Hentschel created HBASE-19723:
-------------------------------------

             Summary: hbase-thrift declares slf4j-api twice
                 Key: HBASE-19723
                 URL: https://issues.apache.org/jira/browse/HBASE-19723
             Project: HBase
          Issue Type: Improvement
          Components: Thrift
    Affects Versions: 3.0.0
            Reporter: Jan Hentschel
            Assignee: Jan Hentschel
            Priority: Trivial


Currently *hbase-thrift* declares the dependency {{slf4j-api}} twice resulting in the following warning

{code}
[WARNING] Some problems were encountered while building the effective model for org.apache.hbase:hbase-thrift:jar:3.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.slf4j:slf4j-api:jar -> duplicate declaration of version (?) @ org.apache.hbase:hbase-thrift:[unknown-version], /Users/jan/Documents/Projects/github/hbase/hbase-thrift/pom.xml, line 250, column 17
[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.
{code}

One should be removed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)