Remove dependency management for selenium-opera-driver

It's a new module in 3.0 and we're using 2.53.x in 1.5.x.

See gh-11528
This commit is contained in:
Andy Wilkinson 2018-01-09 09:35:38 +00:00
parent 700d3c3907
commit 8255835c99
1 changed files with 0 additions and 5 deletions

View File

@ -2318,11 +2318,6 @@
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-opera-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>