Skip to content

Commit

Permalink
Added missing example dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Feb 11, 2020
1 parent 8d6dda6 commit 898c0ff
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ For a base setup of WebTester you _could_ declare the following dependencies:
<artifactId>webtester-support-junit5</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
Expand Down

0 comments on commit 898c0ff

Please sign in to comment.