Martijn Dashorst <[EMAIL PROTECTED]> writes: > > 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. >
Hello Martijn, You might want to consider jcl104-over-slf4j as a JCL replacement. The jcl104-over-slf4j modules is compatible with the JCL API but uses SLF4J underneath. See http://www.slf4j.org/manual.html#gradual for more details. If you are interested, please let me know, I'll be glad to help. Cheers,
