Hi, On Nov 15, 2007 12:34 AM, Michael Wechner <[EMAIL PROTECTED]> wrote: > that seems to work fine indeed, whereas I get a > > java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder > > whereas I have > > ~/.m2/repository/org/slf4j/slf4j-api: > 1.3.0 > > ~/.m2/repository/org/slf4j/slf4j-log4j12: > 1.0 > > ~/.m2/repository/org/slf4j/slf4j-parent: > 1.3.0 > > within my local maven repo, but maybe I forgot to add some other dependency. > Will check once more.
Jackrabbit only defines slf4j-api as a compile-scope dependency, and leaves it up to the containing application to decide which slf4j implementation to use. Adding a dependency like org.slf4j:slf4j-log4j12:1.3.0 should do the trick. BR, Jukka Zitting
