Skip to content

Commit

Permalink
Merge pull request #11528 from izeye:missing-selenium
Browse files Browse the repository at this point in the history
* pr/11528:
  Add missing dependency management for org.seleniumhq.selenium
  • Loading branch information
snicoll committed Jan 8, 2018
2 parents b9f4fd0 + 85b1ab9 commit ad9cf39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2298,6 +2298,11 @@
<artifactId>selenium-chrome-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-edge-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
Expand All @@ -2313,6 +2318,11 @@
<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>
Expand Down

0 comments on commit ad9cf39

Please sign in to comment.