Skip to content

Commit

Permalink
➕ : add selenium dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Dec 12, 2019
1 parent 4de0353 commit a9097c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
<groupId>com.spotify</groupId>
<artifactId>docker-client</artifactId>
<version>8.16.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down Expand Up @@ -204,6 +210,15 @@
<artifactId>antlr4-runtime</artifactId>
<version>4.7.2</version>
</dependency>

<!-- selenium tests -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit a9097c1

Please sign in to comment.