<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>2.14</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit4', version='2.14')
)