On Mon, Nov 10, 2014 at 10:15 AM, Daniel Kulp <[email protected]> wrote: > <dependency> > <groupId>org.slf4j</groupId> > <artifactId>jcl-over-slf4j</artifactId> > <scope>test</scope> > </dependency>
I guess we have a dilemma here. On the one hand, mapping X to slf4j is global, and CXF should not be imposing it. On the other hand, CXF does not work out of the box. It seems to me that the immediate problem is not the slf4j connector, but commons-logging itself.
