Hi, On Wed, Jul 29, 2009 at 2:39 PM, sorel<[email protected]> wrote: > To make it work I have to volontarly add one more dependency like you > suggested : > <dependency> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-jdk14</artifactId> > <version>1.5.3</version> > </dependency> > > I guess that's the only solution for using jackrabbit.
Exactly. With SLF4J the downstream user gets to decide which logging mechanism to use. BR, Jukka Zitting
