<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.18.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit47', version='2.18.1')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> <version>2.18.1</version> </parent>
compile
|-- com.github.stephenc.jcip:jcip-annotations:1.0-1
|-- org.apache.maven.surefire:common-junit48:2.18.1
|-- org.apache.maven.surefire:surefire-api:2.18.1
provided
test