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

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

Release Notes – Maven Dependency Analzyer Version 1.9

Bug:

  • MSHARED-710 – JDK 9 / 10 Issue – Unknown constant pool type

Dependency upgrades:

Enjoy,

-The Apache Maven team