risdenk commented on PR #585:
URL: https://github.com/apache/solr/pull/585#issuecomment-1288324958

   Ok so slf4j-api is used by jetty classes now. serverLib and 
jettyClientImplementation configurations were being used to determine which 
dependencies end up in which directories. Since Jetty was pulling in slf4j-api 
2.0 it was getting put in a few places it shouldn't. 
   
   I fixed this by:
   * Upgrading slf4j-api to 2.0 in Solr so there aren't multiple different 
versions floating around
   * excluding slf4j-api from jettyClientImplementation dependencies since then 
slfj4j-api doesn't end up in WEB-INF
   
   This ensures a single slf4j-api version and logging works now :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to