Description
The Apache commons-logging framework does not play well with child-first classloading.
We need to make this a parent-first pattern.
As a matter of fact, other frameworks that use inverted classloading (JBoss, Tomcat) use force this library to be always parent-first as well.