[ https://issues.apache.org/jira/browse/HBASE-19723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340822#comment-16340822 ]
Jan Hentschel commented on HBASE-19723: --------------------------------------- [~chia7712] Mh, I did check branch-2 when creating the ticket. It seems that the problem was also introduced into branch-2 recently by HBASE-10092. I will also push the fix also to branch-2. > 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 > Fix For: 3.0.0 > > Attachments: HBASE-19723.master.001.patch > > > 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 (v7.6.3#76005)