Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 Released (Apache Software Foundation Blogs) 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 <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-analyzer</artifactId> <version>1.9</version> </dependency> Release Notes – Maven Dependency Analzyer Version 1.9 Bug: MSHARED-710 – JDK 9 / 10 Issue – Unknown constant pool type Dependency upgrades: MSHARED-707 – Upgrade parent to 31 MSHARED-708 – Upgrade org.ow2.asm:asm:6.0 to 6.1 JDK 10 issues Enjoy, -The Apache Maven team Collapse... Expand... Previous Next Published DateThu, 03/29/2018 - 15:21 Categories Applications Source URLhttps://blogs.apache.org/maven/entry/apache-maven-shared-component-maven1