Is there a simple way to remove unused dependencies from a maven pom.xml?
march 2010 by DennisLaumen
I have a large Maven project with numerous modules and pom.xmls. and the project has changed that much that I'm sure the pom's must have some unnecessary dependencies in them. does anyone know if there is a command you can run to remove any pointless dependencies from a pom?
softwaredevelopment
maven
dependencies
march 2010 by DennisLaumen