On Thu, May 23, 2013 at 3:52 PM, Robert Muir <[email protected]> wrote:
> > > On Thu, May 23, 2013 at 9:46 AM, Steve Rowe <[email protected]> wrote: > >> I'll take a look at the maven stuff. >> >> AFAIK, maven has no transitive=false capabilities. You have to instead >> explicitly exclude each transitive dependency. >> > > Thanks Steve: Add the craziness of logging jars and i was a bit > overwhelmed. > > I think the fix is: > * nuke explicit jcl-over-slf4j dependency > * exclude implicit slf4j-api dependency > * remove commons-logging exclusion. > > 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
