- Maven parser now uses a "workspace resolver" that uses a mapdb cache so we don't re-resolve the same version range requests over and over again against remote repos when we're batch processing lots of poms.
- Maven parser replaces
http://
withhttps://
on pom-defined repositories. - Maven parser now always uses the remote repository defined to the parser and avoiding maven's implicit inclusion a maven central remote repository.
MavenModel
now has new transitive dependencies field.