You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2006/03/29 20:17:43 UTC

svn commit: r389848 - /geronimo/branches/1.1/modules/upgrade/project.xml

Author: kevan
Date: Wed Mar 29 10:17:40 2006
New Revision: 389848

URL: http://svn.apache.org/viewcvs?rev=389848&view=rev
Log:
Add geronimo-common to upgrade dependencies. Prevents NoClassDefFound exception in junit test

Modified:
    geronimo/branches/1.1/modules/upgrade/project.xml

Modified: geronimo/branches/1.1/modules/upgrade/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/upgrade/project.xml?rev=389848&r1=389847&r2=389848&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/upgrade/project.xml (original)
+++ geronimo/branches/1.1/modules/upgrade/project.xml Wed Mar 29 10:17:40 2006
@@ -97,6 +97,12 @@
         </dependency>
                                                                                                                              
         <dependency>
+            <groupId>geronimo</groupId>                 
+            <artifactId>geronimo-common</artifactId>          
+            <version>${geronimo_version}</version>                     
+        </dependency>
+
+        <dependency>
             <groupId>openejb</groupId>                 
             <artifactId>openejb-builder</artifactId>          
             <version>${openejb_version}</version>