Skip to content

Commit

Permalink
Update dependencies in POM, add in threading ability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Feb 5, 2013
1 parent 05ed8f5 commit 8c2a5f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.29.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.opera</groupId>
Expand All @@ -60,6 +61,7 @@
<groupId>com.opera</groupId>
<artifactId>operadriver</artifactId>
<version>0.18</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down Expand Up @@ -111,10 +113,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.13</version>
<configuration>
<includes>
<include>**/*ST.java</include>
<parallel>methods</parallel>
<threadCount>${threads}</threadCount>
</includes>
</configuration>
</plugin>
Expand Down

0 comments on commit 8c2a5f4

Please sign in to comment.