EdColeman commented on PR #62:
URL: https://github.com/apache/accumulo-proxy/pull/62#issuecomment-1386034193

   In the main accumulo pom - log4j-slf4j2-impl is declared as unused 
dependency.  For proxy, would runtime or provided scope be more appropriate and 
resolve the build error?  The real dependency is slf4j - the implementation(s) 
provided by log4j2 could also be satisfied with logback (I think, it has been I 
while since I have used that instead of log4j2) so is the -impl is transient 
and needs to be provided at runtime (and for tests?) but that is a runtime 
detail and not a dependency in maven build terms.


-- 
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]

Reply via email to