<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>common-junit4</artifactId>
<version>2.22.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='common-junit4', version='2.22.2')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.22.2</version> </parent>
compile
|-- org.apache.maven.surefire:common-junit3
|-- org.apache.maven.surefire:common-java5
|-- org.apache.maven.shared:maven-shared-utils
provided
|-- junit:junit:4.0