You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2010/01/06 18:39:29 UTC

svn commit: r896568 - /tapestry/tapestry5/trunk/tapestry-ioc/pom.xml

Author: hlship
Date: Wed Jan  6 17:39:27 2010
New Revision: 896568

URL: http://svn.apache.org/viewvc?rev=896568&view=rev
Log:
Revert Javassist to version 3.9

Modified:
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=896568&r1=896567&r2=896568&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Jan  6 17:39:27 2010
@@ -26,7 +26,7 @@
         <dependency>
             <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.11.0.GA</version>
+            <version>3.9.0.GA</version>
         </dependency>
 
         <dependency>