Skip to content

Commit

Permalink
Overwrite Selenium version declared by Spring Boot so that Firefox ca…
Browse files Browse the repository at this point in the history
…n be navigated by WebDriver
  • Loading branch information
bhelfert committed May 12, 2017
1 parent ba086fb commit ca8b913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<!-- Overwrite version declared by Spring Boot -->
<selenium.version>3.4.0</selenium.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -95,7 +98,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>3.4.0</version>
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ca8b913

Please sign in to comment.