You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/09/05 01:39:44 UTC

[jira] Assigned: (TAPESTRY-2626) Dependencies on Selenium are incomplete

     [ https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2626:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Dependencies on Selenium are incomplete
> ---------------------------------------
>
>                 Key: TAPESTRY-2626
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2626
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-test
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Not sure why, possible the OpenQA folks changed the dependencies, but now when you pull down selenium, you don't get servlet-api.jar or any of the jetty support.
> Need to add:
>     <repositories>
>         <repository>
>             <id>OpenQA_Release</id>
>             <name>OpenQA Release Repository</name>
>             <url>http://archiva.openqa.org/repository/releases/</url>
>         </repository>
>   </repositories>
> and
>      <dependency>
>             <groupId>org.openqa.selenium.server</groupId>
>             <artifactId>selenium-server-coreless</artifactId>
>             <version>1.0-beta-1</version>
>             <scope>test</scope>
>         </dependency>
> To existing projects to get what we need.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org