clintropolis opened a new pull request, #20332: URL: https://github.com/apache/druid/pull/20332
### Description Follow up to #19567 where i noticed i forgot to add 'provided' scope for the updated netty dependencies to the extension poms and only removed the old entries, so a fair number of jars were duplicated in the extension directories of binary distribution. It would appear that `netty-bom` we are using in the root pom.xml must be interfering in some way with pull-deps, resulting in them still being included in the extension directories even when 'provided' scope was set, so instead this PR updates `PullDependencies` to explicitly exclude them as built-ins to prevent duplication. -- 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]
