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