On Tue, Sep 11, 2012 at 8:51 AM, Lance Java <lance.j...@googlemail.com> wrote: > Type the following at the command line to get a better idea of what's going > on: >> mvn dependency:tree > Most likely, you will find that one of your dependencies is bringing in the > old tapestry version. You might need to add an exclusion [1].
You don't need an exclusion, you need to specify tapestry-core as a dependency in your own pom. Nearest version resolution. Just having a property called tapestry.version doesn't help. Kalle > [1] > http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/updating-from-5-3-1-to-5-3-5-tp5716200p5716203.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org