Re: Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-02-11 Thread Wolf, Chris (ELS-CON)
David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Jan 15, 2020 at 9:03 PM Wolf, Chris (ELS-CON) wrote: > I am having several issues due to the slf4j implementation dependency > “log4j-slf4j-impl” being declare

Re: Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-02-11 Thread Wolf, Chris (ELS-CON)
(sorry for bad formatting Outlook-for-Mac doesn't support Internet quoting) Thanks Mark, I did that until I finally was able to exclude it altogether. -Chris On 1/17/20, 10:20 AM, "Mark H. Wood" wrote: For the version problem, I would try adding something like:

Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-01-15 Thread Wolf, Chris (ELS-CON)
I am having several issues due to the slf4j implementation dependency “log4j-slf4j-impl” being declared as a dependency of solr-core:7.5.0. The first issue observed when starting the app is this: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in

Re: Dependency log4j-slf4j-impl for solr-core:7.5.0 causing a number of build problems

2020-01-16 Thread Wolf, Chris (ELS-CON)
--- original message --- It looks to me as though solr-core is not the only artifact with that dependency. The first thing I would do is examine the output of 'mvn dependency:tree' to see what has dragged log4j-slf4j-impl in even when it is excluded from solr-core. --- end of original message