ppkarwasz opened a new pull request, #680:
URL: https://github.com/apache/commons-vfs/pull/680

   Undeclared direct dependencies that are also transitive dependencies of an 
**optional** direct dependency, end up being declared by Moditect using 
`requires <module>` instead of `requires static <module>`.
   
   This causes JPMS runtime errors, unless the optional dependency is present 
on the module path.
   
   To solve this and rationalize the dependency tree, this change:
   
   - Adds two verification rules that check for undeclared dependencies and 
useless exclusions.
   - Adds undeclared dependencies to the POM files.
   - Remove unused declared dependencies.
   
   


-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to