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