Author: hlship
Date: Sun Nov 11 20:23:35 2007
New Revision: 594019
URL: http://svn.apache.org/viewvc?rev=594019&view=rev
Log:
TAPESTRY-1897: Upgrade to Javassist 3.6 for improved JDK 1.6 support
Modified:
tapestry/tapestry5/trunk/pom.xml
Modified: tapestry/tapestry5/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=594019&r1=594018&r2=594019&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Sun Nov 11 20:23:35 2007
@@ -123,7 +123,7 @@
<dependency>
<groupId>jboss</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.ga</version>
+ <version>3.6.ga</version>
</dependency>