adoroszlai opened a new pull request, #4001: URL: https://github.com/apache/ozone/pull/4001
## What changes were proposed in this pull request? Some dependency declarations in Ozone root POM's `dependencyManagement` are leftover from Hadoop, unused, and can be removed. https://issues.apache.org/jira/browse/HDDS-7536 ## How was this patch tested? No added or removed dependencies, verified by _dependency_ check in CI. Also verified that dependency tree has not changed. The only difference between Maven's output from `master` and the patch is in the Reactor Summary (time required to build each sub-module): ``` $ git checkout master $ mvn -Dorg.slf4j.simpleLogger.showDateTime=false -B --no-transfer-progress dependency:tree > dep.master $ git checkout HDDS-7536 $ mvn -Dorg.slf4j.simpleLogger.showDateTime=false -B --no-transfer-progress dependency:tree > dep.HDDS-7536 $ diff -uw dep.master dep.HDDS-7536 --- dep.master 2022-11-25 18:14:37.836905281 +0100 +++ dep.HDDS-7536 2022-11-25 18:14:20.081183954 +0100 @@ -5085,52 +5085,52 @@ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Ozone Main 1.3.0-SNAPSHOT: [INFO] -[INFO] Apache Ozone Main .................................. SUCCESS [ 0.214 s] -[INFO] Apache Ozone HDDS .................................. SUCCESS [ 0.230 s] +[INFO] Apache Ozone Main .................................. SUCCESS [ 0.194 s] +[INFO] Apache Ozone HDDS .................................. SUCCESS [ 0.218 s] ... ``` Regular CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/3535439077 -- 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]
