Hi Jacob! The Problem is that you: * include tapestry-core version 5.0.5 * include t5components, which includes tapestry-ioc in 5.0.9 * include tapestry-spring version 5.0.7
You should always include compatible versions! One solution is to include the dependency to tapestry-ioc in 5.0.5 and set tapestry-spring to 5.0.5. But then t5components might not work. The better would be to change all versions to 5.0.9. You can easily see your versions with "mvn dependency:resolve". A even better way to include packages is to define a dependency-management section with the versions and use the projects in depencies without version (see refereced article and book in my last post). @ the guys from t5components: maybe you could remove the direct version dependency to tapestry and replace it with a range. And, more importantly: your compontents are great!!! Cheers, Chris -- View this message in context: http://www.nabble.com/Need-help-with-pom.xml-for-my-tapestry-5-project-tp15166088p15203466.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
