You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/06/18 00:37:04 UTC

[jira] [Commented] (ACCUMULO-2903) Monitor depends on undefined log4j-over-slf4j dependency

    [ https://issues.apache.org/jira/browse/ACCUMULO-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034516#comment-14034516 ] 

Christopher Tubbs commented on ACCUMULO-2903:
---------------------------------------------

We shouldn't use the log4j-over-slf4j unless we're not using log4j (which we are). When we switch fully to slf4j and make the actual implementation pluggable, then we'll want to either use log4j-over-slf4j with a different slf4j implementation, or we'll want to keep log4j as the implementation. Either way, users will have to exclude the correct transitive logging dependencies when they depend on our artifacts and replace them with their implementation of choice (if they don't like our default).

> Monitor depends on undefined log4j-over-slf4j dependency
> --------------------------------------------------------
>
>                 Key: ACCUMULO-2903
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2903
>             Project: Accumulo
>          Issue Type: Bug
>          Components: build
>            Reporter: Josh Elser
>            Assignee: Christopher Tubbs
>            Priority: Trivial
>              Labels: newbie
>
> Added a dependency to the monitor to test something and I noticed some compilation failures.
> It appears that we don't depend on org.slf4j.log4j-over-slf4j like we should. This should (likely) be the same slf4j version that we're depending on in the parent pom.



--
This message was sent by Atlassian JIRA
(v6.2#6252)