<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-failsafe-plugin', version='2.22.2')
)
<parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> <version>2.22.2</version> </parent>
compile
|-- org.apache.maven.surefire:maven-surefire-common:2.22.2
provided
|-- org.apache.maven.plugins:maven-surefire-plugin:2.22.2
test
|-- org.mockito:mockito-core:2.21.0
|-- junit:junit:4.12