Skip to content

Commit

Permalink
rm remote-driver as it comes with selenium-java
Browse files Browse the repository at this point in the history
the remote driver comes with selenium-java in the correct version. No need to define it or am I missing something?
  • Loading branch information
hennr authored Aug 9, 2016
1 parent 162c448 commit deac702
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
Expand Down Expand Up @@ -159,4 +154,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit deac702

Please sign in to comment.