The dependencies in the main wicketstuff-core are "scoped" for stuff like slf4j and jetty to be "provided". This totally screwed me up when I was trying to write an example application (the log4j stuff wasn't showing up because it was marked as provided by the parent pom). Does anyone care if I remove the scope declarations from the <dependencyManagement> section in the wicketstuff-core parent pom? It fixed my problem when I did.
James