You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/05/17 08:48:40 UTC

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.10 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.10
 
https://maven.apache.org/shared/maven-dependency-analyzer/

Analyzes the dependencies of a project for undeclared or unused artifacts.

 
You should specify the version in your project's plugin configuration:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-analyzer</artifactId>
  <version>1.10</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 Dependency Analyzer 1.10:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12343067

Dependency upgrade:

 * [MSHARED-718] - Upgrade asm to most recent version 6.1.1


Enjoy,
 
-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org