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