<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-api</artifactId>
<version>2.22.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-api', version='2.22.1')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.22.1</version> </parent>
compile
|-- org.apache.maven.surefire:surefire-logger-api:2.22.1
provided
|-- com.google.code.findbugs:jsr305:2.0.3
test
|-- junit:junit:4.12