Description
I am trying to get all the dependencies but the test ones.
I am using
mvn dependency:list -DincludeScope=runtime
in the doc the runtime scope includes runtime and compile scopes.
and it says the compile scope gives compile, provided, and
system dependencies
So I would expect the runtime scope would also return provided dependencies