aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bigtop-test-framework/pom.xml')
-rw-r--r--bigtop-test-framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 71828d2f..4d13b43e 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -61,6 +61,11 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>${groovy-eclipse-compiler.version}</version>