You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/11 23:02:50 UTC

svn commit: r495400 - in /geronimo/server/trunk: pom.xml testsupport/testsupport-selenium/pom.xml

Author: jdillon
Date: Thu Jan 11 14:02:49 2007
New Revision: 495400

URL: http://svn.apache.org/viewvc?view=rev&rev=495400
Log:
Don't use DM for our own modules

Modified:
    geronimo/server/trunk/pom.xml
    geronimo/server/trunk/testsupport/testsupport-selenium/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=495400&r1=495399&r2=495400
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Jan 11 14:02:49 2007
@@ -81,14 +81,7 @@
 
     <dependencyManagement>
         <dependencies>
-
-            <dependency>
-                <groupId>org.apache.geronimo.testsupport</groupId>
-                <artifactId>testsupport-common</artifactId>
-                <version>2.0-SNAPSHOT</version>
-                <scope>test</scope>
-            </dependency>
-
+            
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-activation_1.1_spec</artifactId>

Modified: geronimo/server/trunk/testsupport/testsupport-selenium/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/testsupport-selenium/pom.xml?view=diff&rev=495400&r1=495399&r2=495400
==============================================================================
--- geronimo/server/trunk/testsupport/testsupport-selenium/pom.xml (original)
+++ geronimo/server/trunk/testsupport/testsupport-selenium/pom.xml Thu Jan 11 14:02:49 2007
@@ -33,17 +33,18 @@
     <packaging>jar</packaging>
     
     <dependencies>
-      <dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>compile</scope>
         </dependency>
 
-      <dependency>
-        <groupId>org.apache.geronimo.testsupport</groupId>
-        <artifactId>testsupport-common</artifactId>
-        <scope>compile</scope>
-      </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.testsupport</groupId>
+            <artifactId>testsupport-common</artifactId>
+            <version>${version}</version>
+            <scope>compile</scope>
+        </dependency>
         
         <!-- selenium -->
         <dependency>