Skip to content

Commit

Permalink
Add missing dependency management for org.seleniumhq.selenium
Browse files Browse the repository at this point in the history
Closes gh-11528
  • Loading branch information
izeye authored and snicoll committed Jan 8, 2018
1 parent b9f4fd0 commit 85b1ab9
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 85b1ab9

Please sign in to comment.