Skip to content

Commit

Permalink
feat: produce flat dep-graph scanning unmanaged
Browse files Browse the repository at this point in the history
See snyk/snyk-mvn-plugin#115

Produce a flat dependency graph when scanning unmanaged Java archives.
We no longer resolver transitive lines. Each archive is a top level dependency with no transitives.
This should fix problems reported when transitive lines were interfering with one another.
  • Loading branch information
gitphill committed Apr 7, 2022
1 parent d593464 commit d52a147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
35 changes: 7 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"snyk-go-plugin": "1.18.0",
"snyk-gradle-plugin": "3.17.0",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "2.26.4",
"snyk-mvn-plugin": "2.27.0",
"snyk-nodejs-lockfile-parser": "1.38.0",
"snyk-nuget-plugin": "1.23.4",
"snyk-php-plugin": "1.9.2",
Expand Down

0 comments on commit d52a147

Please sign in to comment.