I would be using a (good) dependency tree viewer to figure this out. The one I prefer is the one in m2e, but there might be others. Maybe dependency:tree could be used as well, but I'm unsure if it will provide you with the info on where the "wrong" version is specified.
/Anders On Fri, Aug 10, 2012 at 10:46 AM, Thorsten Heit <[email protected]> wrote: > Hi, > >> I'm trying to build a project using Maven to package the latest spring >> 3.1.2.RELEASE jars into a war file. For some reason, it's pulling the > latest >> version for some of the spring modules, but not for all of them. For >> example, the 3.1.2.RELEASE spring-orm module is downloaded, but the > 3.0.0.GA >> spring-core module is downloaded... Can anyone tell me why this could be >> happening? I'm not nesting or inheriting pom.xml files. I've pasted part > of >> my pom.xml below: > > I don't use Spring, but have you tried "mvn help:effective-pom"? > > > HTH > > Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
