adoroszlai commented on PR #7800:
URL: https://github.com/apache/ozone/pull/7800#issuecomment-2653580718

   > is it possible to add common dependencies to the parent pom and avoid 
duplicating the dependencies in all the submodules?
   
   It is possible to add third-party dependencies, but then all submodules 
inherit the dependency whether it's used or not.  This may be OK for test-only 
dependencies.  Then we need to set `<ignoreNonCompile>` instead of 
`<ignoreRuntime>`.
   
   I agree that adding common dependencies to each submodule is a bit 
repetitive.  On the other hand, there are far fewer common test dependencies 
than compile-scoped ones.
   
   Let me know if you still prefer to move them to the root POM.


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