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

dependencyList to exclude self module #187

Open anilkumarmyla opened 4 years ago

anilkumarmyla commented 4 years ago

In its current form sbt dependencyList outputs even the current project module in the list of dependencies, which is not really a dependency but a reference to itself. Is it possible to exclude this?