<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-report-parser</artifactId>
<version>2.20</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-report-parser', version='2.20')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.20</version> </parent>
compile
|-- org.apache.maven.surefire:surefire-logger-api:2.20
|-- org.apache.maven.reporting:maven-reporting-api:3.0
test
|-- junit:junit:4.12