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