R Searls created ARQGRA-488:
-------------------------------
Summary: Use of Selenium 2.42.0 not compatible with Firefox 45
Key: ARQGRA-488
URL:
https://issues.jboss.org/browse/ARQGRA-488
Project: Arquillian Graphene
Issue Type: Feature Request
Components: configuration
Affects Versions: 2.1.0.CR2
Reporter: R Searls
Priority: Minor
graphene-webdriver and arquillian-drone-webdriver-depchain have a dependency on the very
old
2.42.0 version of selenium archives. This version of selenium does not run with Firefox
45 and higher. Firefox 45 requires Selenium 2.50.0 or higher.
The dependencies of graphene-webdriver and arquillian-drone-webdriver-depchain need to be
updated to use Selenium 2.50.0 or higher.
[INFO] +- org.jboss.arquillian.graphene:graphene-webdriver:pom:2.1.0.CR2:compile
[INFO] +-
org.jboss.arquillian.extension:arquillian-drone-webdriver-depchain:pom:2.0.0.Final:compile
Here is the dependency tree
[INFO] +- org.jboss.arquillian.graphene:graphene-webdriver:pom:2.1.0.CR2:compile
[INFO] | +- org.jboss.arquillian.graphene:graphene-webdriver-api:jar:2.1.0.CR2:compile
[INFO] | +- org.jboss.arquillian.graphene:graphene-webdriver-spi:jar:2.1.0.CR2:compile
[INFO] | +- org.jboss.arquillian.graphene:graphene-webdriver-impl:jar:2.1.0.CR2:compile
[INFO] | | +- cglib:cglib:jar:2.2.2:compile
[INFO] | | | \- asm:asm:jar:3.3.1:compile
[INFO] | | \- org.objenesis:objenesis:jar:1.2:compile
[INFO] | \- org.seleniumhq.selenium:selenium-java:jar:2.42.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.42.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.42.0:compile
[INFO] | \- org.webbitserver:webbit:jar:0.4.14:compile
[INFO] | \- io.netty:netty:jar:3.5.2.Final:compile
---
[INFO] +-
org.jboss.arquillian.extension:arquillian-drone-webdriver-depchain:pom:2.0.0.Final:compile
[INFO] | +- org.jboss.arquillian.extension:arquillian-drone-api:jar:1.3.1.Final:compile
[INFO] | +- org.jboss.arquillian.extension:arquillian-drone-spi:jar:1.3.1.Final:compile
[INFO] | +-
org.jboss.arquillian.extension:arquillian-drone-configuration:jar:1.3.1.Final:compile
[INFO] | +- org.jboss.arquillian.extension:arquillian-drone-impl:jar:1.3.1.Final:compile
[INFO] | +-
org.jboss.arquillian.extension:arquillian-drone-webdriver:jar:1.3.1.Final:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:2.42.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.42.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.53.0:compile
The workaround is for the user to explicitly list each selenium archive dependency with
the needed version in their pom .
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)