The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.12.0

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

  org.apache.maven.shared
  maven-dependency-analyzer
  1.12.0

Release Notes – Maven Dependency Analzyer Version 1.12.0

  • Bugs:

    • MSHARED-785 – ConstantPoolParser false-positives
    • MSHARED-997 – Failed / error test DefaultProjectDependencyAnalyzerTest in maven-dependency-analyzer
    • MSHARED-1021 – Handle different classes from same artifact used by model and test code
    • MSHARED-1023 – dependency:analyze detected wrong transitive dependency
  • New Features:

    • MSHARED-632 – Expose which dependency classes are used and where
    • MSHARED-1020 – Include class names in used undeclared dependencies
  • Improvement:

Enjoy,

-The Apache Maven team