You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2010/06/12 02:16:38 UTC

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

Author: hlship
Date: Sat Jun 12 00:16:37 2010
New Revision: 953911

URL: http://svn.apache.org/viewvc?rev=953911&view=rev
Log:
TAP5-1185: Upgrade to latest Javassist version to avoid LocalVariableTable exceptions (especially on Google App Engine)

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=953911&r1=953910&r2=953911&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Sat Jun 12 00:16:37 2010
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.9.0.GA</version>
+            <version>3.12.1.GA</version>
         </dependency>
 
         <dependency>
@@ -140,7 +140,7 @@
         <repository>
             <!-- Needed to keep up with latest Javassist versions. -->
             <id>jboss</id>
-            <url>http://repository.jboss.com/maven2</url>
+            <url>https://repository.jboss.org/nexus/content/repositories/releases</url>
         </repository>
     </repositories>
 </project>