Hi, We are currently integrating Tapestry 5.2.0-SNAPSHOT for Wooki. When I changed Tapestry version in our pom.xml I had a compilation problem with some imports related to tapestry-test (in fact, when our test classes were extending SeleniumTestCase).
To fix them I had to add the following dependency: <dependency> <groupId>org.seleniumhq.selenium.client-drivers</groupId> <artifactId>selenium-java-client-driver</artifactId> <version>1.0.1</version> <scope>test</scope> </dependency> It may be my fault, it may be related to the newly missing formos repository, or maybe there is something else. Any pointer on that? Regards, Robin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org