commit 4b7fe05f668826339b01c4b74c1982e0ee722e98
Author: Paul Hammant <[email protected]>
AuthorDate: Mon, 16 Sep 2013 20:54:35 -0500
Commit: Paul Hammant <[email protected]>
CommitDate: Mon, 16 Sep 2013 20:54:35 -0500
remove transient dep on oldder version of Selenium from phantomjs
diff --git a/web-selenium/pom.xml b/web-selenium/pom.xml
index 38e3d15..9ac357c 100644
--- a/web-selenium/pom.xml
+++ b/web-selenium/pom.xml
@@ -73,6 +73,17 @@
<groupId>com.github.detro.ghostdriver</groupId>
<artifactId>phantomjsdriver</artifactId>
<version>1.0.4</version>
+ <exclusions>
+ <!-- phantomjsdriver 1.0.4 has a dep on Selenium 2.33 :-( -->
+ <exclusion>
+ <groupId>org.seleniumhq.selenium</groupId>
+ <artifactId>selenium-remote-driver</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.seleniumhq.selenium</groupId>
+ <artifactId>selenium-server</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>