Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2626

Dependencies on Selenium are incomplete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.14
    • 5.0.15
    • tapestry-test
    • None

    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.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: