exceptionfactory commented on PR #6867: URL: https://github.com/apache/nifi/pull/6867#issuecomment-1400785646
Thanks for the feedback @joewitt! It looks like some NAR files included the older `logback-core`, which should also have been marked as `provided`. Adding the dependency version and default scope for `logback-core` in the root Maven configuration removed those references, and I also updated the assembly configurations to make include `logback-core` along with `logback-classic` as needed. -- 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]
