Skip to content

Commit

Permalink
Upgrade selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed Mar 12, 2017
1 parent f800a29 commit d7468f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<selenium.version>3.2.0</selenium.version>
<selenium.version>3.3.1</selenium.version>
</properties>

<scm>
Expand Down Expand Up @@ -52,15 +52,9 @@
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.25</version>
</dependency>
<dependency>
<groupId>com.codeborne</groupId>
Expand All @@ -74,7 +68,6 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.25</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d7468f5

Please sign in to comment.