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 2009/02/04 18:34:39 UTC

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

Author: hlship
Date: Wed Feb  4 17:34:38 2009
New Revision: 740807

URL: http://svn.apache.org/viewvc?rev=740807&view=rev
Log:
TAP5-498: Upgrade Javassist dependency to latest version, 3.9.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=740807&r1=740806&r2=740807&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Feb  4 17:34:38 2009
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.8.0.GA</version>
+            <version>3.9.0.GA</version>
         </dependency>
 
         <dependency>
@@ -122,4 +122,11 @@
             </plugin>
         </plugins>
     </reporting>
+    <repositories>
+      <repository>
+	<!-- Needed to keep up with latest Javassist versions. -->
+	<id>jboss</id>
+	<url>http://repository.jboss.com/maven2</url>
+      </repository>
+    </repositories>
 </project>