Skip to content

Commit

Permalink
removed unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 7, 2018
1 parent feaeaeb commit 445b1a5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,6 @@
<version>2.7.22</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<scope>test</scope>
<version>2.44.0</version>
</dependency>
<dependency>
<groupId>com.opera</groupId>
<artifactId>operadriver</artifactId>
<scope>test</scope>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<developers>
Expand Down

0 comments on commit 445b1a5

Please sign in to comment.