views:

126

answers:

1

Hi,

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?

A: 

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

davek