Author: hlship
Date: Sun Aug 17 07:36:54 2008
New Revision: 686615
URL: http://svn.apache.org/viewvc?rev=686615&view=rev
Log:
TAPESTRY-2595: Application State Objects are not persisted back to the session
at the end of the request
Modified:
tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?rev=686615&r1=686614&r2=686615&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Sun Aug 17 07:36:54 2008
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.1</version>
+ <version>5.7</version>
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
<scope>test</scope>
</dependency>