On Mon, 18 Jul 2011 13:01:36 -0300, gs_tapestry
<sim...@gallerysystems.com> wrote:
I checked my application. It doesn't have any direct reference to
ResourceCache and it compiled without error.
You have, but indirectly. ;)
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-spring</artifactId>
<version>5.0.18</version>
</dependency>
Shouldn't it be ${tapestry.version} instead of 5.0.18?
<dependency>
<groupId>tapestry5-treegrid</groupId>
<artifactId>tapestry5-treegrid</artifactId>
<version>5.0.15</version>
</dependency>
Be sure to exclude all transitive dependencies of this package, which is
quite old.
<dependency>
<groupId>us.antera.t5restfulws</groupId>
<artifactId>t5-restful-webservices</artifactId>
<version>0.2.1</version>
</dependency>
Check the transitive dependencies of this one too.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org