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 2007/01/25 18:21:32 UTC

svn commit: r499860 - in /tapestry/tapestry5: tapestry-ioc/trunk/pom.xml tapestry-project/trunk/pom.xml

Author: hlship
Date: Thu Jan 25 09:21:28 2007
New Revision: 499860

URL: http://svn.apache.org/viewvc?view=rev&rev=499860
Log:
Update POM to identify Javassist as being part of groupId jboss.

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

Modified: tapestry/tapestry5/tapestry-ioc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-ioc/trunk/pom.xml?view=diff&rev=499860&r1=499859&r2=499860
==============================================================================
--- tapestry/tapestry5/tapestry-ioc/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-ioc/trunk/pom.xml Thu Jan 25 09:21:28 2007
@@ -22,7 +22,7 @@
     </scm>
     <dependencies>
         <dependency>
-            <groupId>javassist</groupId>
+            <groupId>jboss</groupId>
             <artifactId>javassist</artifactId>
             <!-- Override parent pom -->
             <scope>compile</scope>

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=499860&r1=499859&r2=499860
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Thu Jan 25 09:21:28 2007
@@ -84,7 +84,7 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
-                <groupId>javassist</groupId>
+                <groupId>jboss</groupId>
                 <artifactId>javassist</artifactId>
                 <version>3.1</version>
                 <scope>runtime</scope>