The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Tree, version 3.2.0

https://maven.apache.org/shared/maven-dependency-tree/

You should specify the version in your project's dependency configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-tree</artifactId>
  <version>3.2.0</version>
</dependency>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-dependency-tree/download.cgi

Release Notes - Maven Shared Components - Version
maven-dependency-tree-3.2.0

** Bug
    * [MSHARED-1016] - Transitive provided dependencies are not removed
from collected dependency graph

** Improvement
    * [MSHARED-1070] - Migrate plexus component to JSR-330
    * [MSHARED-1071] - Drop maven 3.0 compatibility

** Dependency upgrade
    * [MSHARED-1114] - Bump maven-shared-components from 36 to 37

Enjoy,

-The Apache Maven team

Reply via email to