[
https://issues.apache.org/jira/browse/TAPESTRY-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-2626:
-------------------------------------------
Description:
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.
was:
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>
</repository>
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.
> 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
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]