[
https://issues.apache.org/jira/browse/HBASE-22866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908810#comment-16908810
]
Viraj Jasani commented on HBASE-22866:
--------------------------------------
slf4j-log4j12-1.7.10 is coming from hadoop-common:
{code:java}
[INFO] | \- org.apache.hadoop:hadoop-common:jar:2.8.5:compile
[INFO] | \- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
{code}
slf4j-log4j12-1.6.1 is coming from zookeeper:
{code:java}
[INFO] \- org.apache.zookeeper:zookeeper:jar:3.4.10:compile
[INFO] \- org.slf4j:slf4j-log4j12:jar:1.6.1:compile
{code}
> Multiple slf4j-log4j provider versions included in binary package (branch-1)
> ----------------------------------------------------------------------------
>
> Key: HBASE-22866
> URL: https://issues.apache.org/jira/browse/HBASE-22866
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Andrew Purtell
> Priority: Minor
> Fix For: 1.5.0
>
>
> Examining binary assembly results there are multiple versions of slf4j-log4j
> in lib/
> {noformat}
> slf4j-api-1.7.7.jar
> slf4j-log4j12-1.6.1.jar
> slf4j-log4j12-1.7.10.jar
> slf4j-log4j12-1.7.7.jar
> {noformat}
> We aren't managing slf4j-log4j12 dependency versions correctly, somehow.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)