The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.8
Analyzes the dependencies of a project for undeclared or unused artifacts.
You should specify the version in your project’s dependency list:
1 2 3 4 5 |
|
Release Notes – Maven Dependency Analzyer Version 1.8
Bugs:
- 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