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