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 2008/09/05 01:56:10 UTC

svn commit: r692304 - in /tapestry/tapestry5/trunk: pom.xml tapestry-test/pom.xml

Author: hlship
Date: Thu Sep  4 16:56:09 2008
New Revision: 692304

URL: http://svn.apache.org/viewvc?rev=692304&view=rev
Log:
TAPESTRY-2626: Dependencies on Selenium are incomplete

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=692304&r1=692303&r2=692304&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Thu Sep  4 16:56:09 2008
@@ -374,10 +374,12 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <!--
         <repository>
             <id>codehaus.snapshots</id>
             <url>http://snapshots.repository.codehaus.org</url>
         </repository>
+        -->
         <!-- Pick up the selenium JARs. -->
         <repository>
             <id>OpenQA_Release</id>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?rev=692304&r1=692303&r2=692304&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Thu Sep  4 16:56:09 2008
@@ -27,6 +27,12 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
+            <groupId>org.openqa.selenium.server</groupId>
+            <artifactId>selenium-server-coreless</artifactId>
+            <version>1.0-beta-1</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>
             <version>5.7</version>