Upgrade default dependency to Selenium 2 - backward compatible with Selenium 1
------------------------------------------------------------------------------

                 Key: JBEHAVE-340
                 URL: http://jira.codehaus.org/browse/JBEHAVE-340
             Project: JBehave
          Issue Type: Task
          Components: Web Selenium
            Reporter: Mauro Talevi
            Priority: Minor
             Fix For: web-3.0


As Selenium 2 is drop-in backward compatible with Selenium 1, having the 
default dependency on the latest release of Selenium 2 is useful as it can help 
gradual migration from Selenium to WebDriver. 

Users not wanting Selenium 2 in the classpath when using jbehave-web-selenium 
can simply exclude the dependency

{code:xml}
<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium</artifactId>
</dependency>
{code:xml}

and replace with the Selenium 1 dependency.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to