Skip to content

Commit

Permalink
selenium-api is part of phantomjsdriver but an out of date version
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hammant authored and maurotalevi committed Apr 13, 2017
1 parent 309632f commit cbcdfdc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions web-selenium/pom.xml
Expand Up @@ -15,11 +15,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
Expand Down Expand Up @@ -72,14 +67,18 @@
<version>1.4.1</version>
<exclusions>
<!--
phantomjsdriver 1.2.1 has a dep on Selenium 2.44 :-(
phantomjsdriver 1.4.1 has a dep on Selenium 3.1.0 :-(
Refer:
http://mvnrepository.com/artifact/com.codeborne/phantomjsdriver/1.2.1
http://mvnrepository.com/artifact/com.codeborne/phantomjsdriver/1.4.1
-->
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
Expand Down

0 comments on commit cbcdfdc

Please sign in to comment.