Martijn Dashorst wrote: > Can we fix the commons-logging thing too? I.E. in dependency > management force commons-logging 1.0.4, though not specify it? And > possibly excluding it from the spring dependency? > > I don't like to fix the world, but this forces us to ship logkit, > avalon and other stuff I don't want to support.
Sure. We can't exclude commons-logging, as it's a genuine dependency for their code, so to do so would be wrong. But we can fix their non-optional compile-scoped dependencies on servlet-api, log4j, logkit and avalon. I've done so in the dependenciesManagement section, which hopefully should work. Let me know if it doesn't. Regards, Al
