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