Apache Maven Shared Dependency Analyzer Version 1.12.0 Released
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<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-dependency-analyzer</artifactId>
4 <version>1.12.0</version>
5</dependency>
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:
- MSHARED-982 - Use OpCodes.ASM9 (ASM 9.2)
Enjoy,
-The Apache Maven team