Em Tue, 14 Jul 2009 10:19:49 -0300, Newham, Cameron <cameron.new...@bl.uk> escreveu:

If I don't include:

<dependency>
                <groupId>org.apache.tapestry</groupId>
                <artifactId>tapestry-ioc</artifactId>
                <version>${tapestry-release-version}</version>
        </dependency>

In the POM I get 5.1.0.5 for all jars *except* tapestry-ioc which always
downloads the 5.0.18 version  /:-(

This looks like some other package you're using depends on Tapestry-IoC 5.0.18. If you're using Eclipse, install the Sonatype's m2eclipse plugin. In its Maven pom.xml editor, it has a very nice feature that shows what dependencies are being included and by which dependency (transitive dependency).

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to