<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-logger-api</artifactId>
<version>2.22.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-logger-api', version='2.22.2')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.22.2</version> </parent>