You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Robert Scholte <rf...@apache.org> on 2018/01/17 19:47:05 UTC

[ANN] Apache Maven Dependency Analyzer 1.8 Released

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

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 dependency configuration:

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-dependency-analyzer</artifactId>
   <version>1.8</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.8

** Bug
     * [MSHARED-665] - ASMDependencyAnalyzer.analyze(...) returns  
non-classes
     * [MSHARED-674] - Maven Dependency Analyzer ignores Java 8 type  
annotations

** Dependency upgrade
     * [MSHARED-660] - Upgrade to asm 6.0 for JDK9

Enjoy,

-The Apache Maven team

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