This is really a problem to take up with the wicket-spring people. If you want a quick fix, pick an slf4j implementation and add it to your project. See http://www.slf4j.org/ for a list of implementations.
On Fri, Oct 31, 2008 at 1:45 PM, miro <[EMAIL PROTECTED]> wrote: > > I added spring-wicket 1.3.5 dependency as a result maven added > slf4j1.4.2 > .Now When I start my application I get java.lang.NoClassDefFoundError: > org/slf4j/impl/StaticLoggerBinder. I can resolve this If I add sl4j1.5.2 , > please help me why spring-wicket downloaded wrong version of sl4j can I > avoid this dependency either with log4j or someother artifact ? > -- > View this message in context: > http://www.nabble.com/problems-with-dependency-tp20270960p20270960.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
