Question

This question already has an answer here:

I have a maven project that was generated by Spring Roo. Now I am not sure whether I need all of its dependencies.

Is there a tool to automate the process of detecting stale dependencies?

Was it helpful?

Solution

The Maven Dependency plugin should be able to help, especially the analyze options.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top