You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2015/03/04 06:45:05 UTC

[jira] [Created] (SLING-4470) OSGi mock has compile time dependency on slf4j-simple

Chetan Mehrotra created SLING-4470:
--------------------------------------

             Summary: OSGi mock has compile time dependency on slf4j-simple
                 Key: SLING-4470
                 URL: https://issues.apache.org/jira/browse/SLING-4470
             Project: Sling
          Issue Type: Bug
          Components: Testing
    Affects Versions: Testing OSGi Mock 1.2.0
            Reporter: Chetan Mehrotra
            Priority: Minor


org.apache.sling.testing.osgi-mock has a compile time dependency on slf4j-simple which triggers warning by slf4j

{noformat}
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/user/.m2/repository/ch/qos/logback/logback-classic/1.1.0/logback-classic-1.1.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/user/.m2/repository/org/slf4j/slf4j-simple/1.7.6/slf4j-simple-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
{noformat}

Scope for slf4j-simple should be test or provided



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)