From 7c1f012fd00bd4c62355dd51b9b558f6ccbb394c Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Mon, 22 Apr 2013 18:51:59 +0200 Subject: [PATCH] Enforce specific surefire plugin version --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9c1ed31..8a5bd0a 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,16 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.14.1 + + + +