I'm trying to upgrade my three projects (which inherit from each other A inherits B inherits C) to all contain the exact same versions of poms, as I've found that junit gets confused if different projects use different versions of poms.
I know that if I do a search for a specific jar in the dependency hierachy of a pom file it will show me conflicting versions. However, is there a quick way to get a list of all conflicting versions that I may want to upgrade from eclipse, without checking each jar specifically for a potential conflict?