Update maven surefire plugin for live tests

This commit is contained in:
Victor Galkin 2011-04-26 20:54:26 +04:00
parent b307a55b9f
commit b16a74eb47
1 changed files with 7 additions and 0 deletions

View File

@ -121,6 +121,13 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.8.1</version> <version>2.8.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>2.8.1</version>
</dependency>
</dependencies>
<executions> <executions>
<execution> <execution>
<id>integration</id> <id>integration</id>