Skip to content

Initial support for Maven dependencyManagement configurations

Latest
Compare
Choose a tag to compare
@kmruiz kmruiz released this 09 Jan 22:27
· 5 commits to main since this release

This release adds initial support to download and process pom files that use the dependencyManagement configuration. It's still an initial implementation and some use cases might not be supported yet.

Improvements

  • Initial support for dependencyManagement dependencies.
  • Performance improvements by caching downloaded pom files.
  • QoF fixes.

Breaking Changes

No breaking changes