You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2006/12/14 21:32:09 UTC

svn commit: r487343 - /geronimo/server/trunk/testsuite/pom.xml

Author: prasad
Date: Thu Dec 14 12:32:08 2006
New Revision: 487343

URL: http://svn.apache.org/viewvc?view=rev&rev=487343
Log:
removing "test" scope for selenium. needed to compile too.

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?view=diff&rev=487343&r1=487342&r2=487343
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Dec 14 12:32:08 2006
@@ -54,6 +54,7 @@
                 <groupId>org.apache.geronimo.testsupport</groupId>
                 <artifactId>testsupport-selenium</artifactId>
                 <version>${version}</version>
+                <scope>compile</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -62,7 +63,6 @@
         <dependency>
             <groupId>org.apache.geronimo.testsupport</groupId>
             <artifactId>testsupport-selenium</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>