<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>common-junit48</artifactId>
<version>2.12.3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='common-junit48', version='2.12.3')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.12.3</version> </parent>
compile
|-- org.apache.maven.surefire:common-junit4:2.12.3
|-- org.apache.maven.surefire:surefire-grouper:2.12.3
|-- org.apache.maven.surefire:surefire-api:2.12.3
provided