Not guaranteed to work on your pom, but hey it works for mine.
- Remove the namespace from the pom.xml (head element should just say
<project>
- Create a file called
output.txt
containing only the output of the plugin that spells out all the versions - Run the program. It will parse the output and ask you to select the version you want to use, or
none
to exclude them all. - It will modify
pom.xml
in-place, adding exclusions to all of the other dependencies - Add the namespace back and run your Maven build.