adoroszlai opened a new pull request, #7772:
URL: https://github.com/apache/ozone/pull/7772

   ## What changes were proposed in this pull request?
   
   With component-specific classpath files controlling dependencies, we don't 
need to require dependency convergence for independent modules.
   
   Note that it is already missing in `master` for `hadoop-hdds` modules, 
because `maven-enforcer-plugin` is configured, but not bound to any lifecycle 
phase:
   
   
https://github.com/apache/ozone/blob/6b3226f76ee638fef2cb4c0d433e457c411423eb/hadoop-hdds/pom.xml#L188-L198
   
   Compare to same execution in `hadoop-ozone`:
   
   
https://github.com/apache/ozone/blob/6b3226f76ee638fef2cb4c0d433e457c411423eb/hadoop-ozone/pom.xml#L307-L320
   
   This `depcheck` execution is also already disabled for `ozone-csi` and 
`ozone-dist`:
   
   
https://github.com/apache/ozone/blob/6b3226f76ee638fef2cb4c0d433e457c411423eb/hadoop-ozone/dist/pom.xml#L218-L229
   
   So this change effectively disables it for other modules in `hadoop-ozone`, 
and removes the unused overrides.
   
   https://issues.apache.org/jira/browse/HDDS-12149
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/13018793586


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

Reply via email to