Apache Shared Component: Maven Dependency Tree Version 3.2.0 Released

The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Dependency Tree Version 3.2.0

A tree-based API for resolution of Maven project dependencies.

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-dependency-tree</artifactId>
4  <version>3.2.0</version>
5</plugin>

Release Notes Apache Shared Componet Maven Dependency Tree 3.2.0

  • Bug:

    • MSHARED-1016 - Transitive provided dependencies are not removed from collected dependency graph
  • Improvements:

  • Dependency upgrade:

Enjoy,

-The Maven team