Is there a simple way to remove unused dependencies from a maven pom.xml? - Stack Overflow
The Maven Dependency Plugin will help, especially the dependency:analyze goal:
dependency:analyzeanalyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared.
Read full article from Is there a simple way to remove unused dependencies from a maven pom.xml? - Stack Overflow
No comments:
Post a Comment