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