sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.24k stars 113 forks source link

provided:dependencyBrowseGraph doesn't include non-provided dependencies #194

Open dankolesnikov opened 3 years ago

dankolesnikov commented 3 years ago

I am not sure if this is considered a feature or a bug by the library authors, When running sbt provided:dependencyBrowseGraph with sbt of 1.3.4 and sbt-dependency-graph of 0.10.0-RC1, I am not seeing any dependencies that aren't with provided keyword.

To elaborate on my concrete use case, I am looking to see all transitive dependencies of the project including everything that is brought in by the deps with provided keyword like Spark in order to make it simple to troubleshoot runtime issues of NoMethodFound / NoClassFound.

Cheers!

dankolesnikov commented 3 years ago

Related: https://github.com/sbt/sbt-dependency-graph/issues/99