<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-surefire-plugin', version='3.4.0')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>3.4.0</version> </parent>
compile
|-- org.apache.maven.surefire:surefire-api
|-- org.apache.maven.surefire:surefire-extensions-api
|-- org.apache.maven.surefire:maven-surefire-common
provided