In principle the dependencies are transitive. However, in our immense wisdom, we marked the slf4j-simple dependency [1] with the provided scope (not transitive).
Also note that slf4j-log4j13 is *not* included in recent versions of SLF4J because log4j 1.3.x is not available in ibiblio. [1] http://mirrors.ibiblio.org/pub/mirrors/maven2/org/slf4j/jcl104-over-slf4j/1.2/jcl104-over-slf4j-1.2.pom At 08:12 PM 2/5/2007, you wrote: >AFAIK, that should all be handled by Maven's transitive dependencies. >jcl-over-slf4j depends on slf4j-simple, which depends on slf4j-api. >http://mvnrepository.com/artifact/org.slf4j/jcl104-over-slf4j/1.2 It's >probably an issue with the dependencies I need to configure for the Maven >plugin. I tried adding slf4j-log4j13 to my pom.xml and now I get: Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ user mailing list [email protected] http://www.slf4j.org/mailman/listinfo/user
