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

A tree-based API for resolution of Maven project dependencies

http://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.0</version>
</dependency>


Release Notes - Apache Maven Dependency Tree - Version 3.0

Bug
* [MSHARED-422] Change DependencyGraphBuilder method signatures

Improvement
* [MSHARED-421] Change JDK + Maven requirements
* [MSHARED-371] Increase chance of java8 compliance by updating to
plexus-component-* 1.6


Enjoy,

-The Maven team

Reply via email to