adoroszlai opened a new pull request #3064: URL: https://github.com/apache/ozone/pull/3064
## What changes were proposed in this pull request? `slf4j-log4j12` was accidentally introduced as compile-time dependency for `ozone-client` in 9644f83c0. This made it leak into the Ozone FS shaded jars: ``` [INFO] Including org.slf4j:slf4j-log4j12:jar:1.7.30 in the shaded jar. ``` https://github.com/apache/ozone/runs/4756057859#step:6:2442 This PR has the following changes: * Exclude all `org.slf4j` artifacts from Ozone FS shaded jar (just in case). * Restore scope of dependency on `slf4j-log4j12` to `test` in `ozone-client`. https://issues.apache.org/jira/browse/HDDS-6291 ## How was this patch tested? Tested the effect of exclusion separately. Verified that the dependency is excluded from the shaded jar. Then restored `test` scope. https://github.com/adoroszlai/hadoop-ozone/runs/5128091580#step:6:7386 -- 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]
