The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Analyzer, version 1.15.0

This component analyzes the dependencies of a project for undeclared
or unused artifacts.

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

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-analyzer</artifactId>
  <version>1.15.0</version>
</dependency>

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

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


Release Notes - Maven Shared Components - Version
maven-dependency-analyzer-1.15.0

** New Feature
    * [MSHARED-1407] - Track dependency usage by referencing classes
    * [MSHARED-1410] - Track used declared dependency usage by
referencing classes


** Dependency upgrade
    * [MSHARED-1428] - Upgrade Parent to 43
    * [MSHARED-1429] - Bump mavenVersion from 3.9.6 to 3.9.9

Enjoy,

-The Apache Maven team

Reply via email to