Skip to content

Add support for sbt 1.3+

Igor Frenkel requested to merge 271345-add-sbt-1.3-support into master

What does this MR do?

This MR adds support for parsing dot graphs generated by sbt-dependency-graph plugin in order to facilitate support for sbt 1.3+. This is a dependency of gemnasium-maven!95 (merged)

dot parsing is accomplished by using the dot decoder "gonum.org/v1/gonum/graph/encoding/dot".

The only parsing required is edge parsing as node entries do not contain any extra information.

This implementation also adds an eviction step which replaces evicted dependencies with their replacer (see jackson-databind 2.9.2 evicting 2.8.2). Note that this wasn't in the original ivy implementation and was a bug.

What are the relevant issue numbers?

gitlab-org/gitlab#271345 (closed)

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports

Loading