In parent/pom.xml there is a dependency on spring-2.0. I most of the
projects, it is a best practice to not use the entire spring as a
dependency, but to use modular dependencies (eg: spring-core, spring-web,
etc).

For instance, now you depend on spring-2.0 and the project we are building
is depending on spring-core-2.0.7. When maven builds the war, the classpath
contains both: spring-2.0 & spring-core-2.0.7 which is causing some troubles
depending on working environment.

Thanks!
Alex.
-- 
View this message in context: 
http://www.nabble.com/-RFE--Transitive-dependencies-changes-in-parent-pom.xml-tf4640092.html#a13252196
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to