I have a maven project that开发者_Go百科 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?
The Maven Dependency plugin should be able to help, especially the analyze options.
精彩评论