Removed broken dependency in pom.xml so that -Plive can be run from Maven.

This commit is contained in:
Mattias Holmqvist 2011-11-27 14:41:09 +01:00
parent 09678a1df0
commit 16144a3a48
1 changed files with 0 additions and 6 deletions

View File

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