[
https://issues.apache.org/jira/browse/HBASE-19723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Hentschel updated HBASE-19723:
----------------------------------
Attachment: HBASE-19723.master.001.patch
> 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
> 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
(v6.4.14#64029)