Vampire opened a new issue, #11442:
URL: https://github.com/apache/maven/issues/11442

   ### Affected version
   
   4.0.0
   
   ### Bug description
   
   I've read at maven.apache.org/whatsnewinmaven4.html, that the consumer POM 
only contains information about `compile` and `runtime` scoped dependencies.
   
   But aren't `provided` dependencies also an important detail?
   
   They are not considered during resolution.
   But it imho still is important information which dependencies a component 
expects to be present at runtime.
   I also know some projects that programmatically use this information from 
the POM to collect and verify that the necessary dependencies will be present 
at runtime, which will probably not work anymore, if the provided dependencies 
are not part of the consumer 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]

Reply via email to