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 2008/07/04 00:14:32 UTC

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

Author: hlship
Date: Thu Jul  3 15:14:32 2008
New Revision: 673846

URL: http://svn.apache.org/viewvc?rev=673846&view=rev
Log:
TAPESTRY-2498: Add JDK 1.6 compatibility via Javassist 3.8.0.GA

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=673846&r1=673845&r2=673846&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Thu Jul  3 15:14:32 2008
@@ -25,7 +25,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.jboss</groupId>
+            <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
             <version>3.8.0.GA</version>
         </dependency>