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 Shared Component: Apache Maven Dependency Analyzer Version 1.11.1

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

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-dependency-analyzer</artifactId>
4  <version>1.11.1</version>
5</plugin>

Release Notes

Bug:

  • MSHARED-786 - jdk8 incompatibility at runtime (NoSuchMethodError)

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise