This repository was archived by the owner on Jul 23, 2020. It is now read-only.
This repository was archived by the owner on Jul 23, 2020. It is now read-only.
Provided scope dependencies picked up in some cases but not others #4208
Open
Description
Issue Overview
I am getting conflicting behavior around dependency resolution for the "provided" scope packages.
Expected Behaviour
Either the "provided" scope packages should be ignored in all cases or picked in all cases.
Current Behaviour
"Provided" scope packages are picked in some cases and ignored in others.
Steps To Reproduce
- Generate stack report for: https://github.com/vaadin/dashboard-demo
The "provided" scope dependencyjavax.servlet:javax.servlet-api
is analyzed - Generate stack report for: https://github.com/mttkay/ignition
The "provided" scope dependencycom.google.android:android
is not analyzed and neither unknown