On Thu, May 23, 2013 at 10:04 AM, Thomas Matthijs <li...@selckin.be> wrote:

>
> Should slf4j not be preferred over commons-logging, like in other
> lucene-solr modules?
>
> You can use 'mvn dependency:tree' to find where it came from
>

Its preferred to have no logging jars at all: jetty works perfectly well
using System.err.println.

However unfortunately httpclient has a hard dependency of commons-logging.
So commons-logging is not actually *used* in the tests here, but its needed
for httpclient to work.

Reply via email to