You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/12/29 15:10:39 UTC

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

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

You should specify the version in your project:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-analyzer</artifactId>
  <version>1.11.1</version>
</dependency>

Important Note:
 * JDK 7 minimum requirement.

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.11.1

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

Bug:

 * [MSHARED-786] - jdk8 incompatibility at runtime (NoSuchMethodError)


Enjoy,
 
-The Apache Maven team

Karl Heinz Marbaise