-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working