<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-surefire-plugin', version='3.0.0-M4')
)
<dependency org="org.apache.maven.plugins" name="maven-surefire-plugin" rev="3.0.0-M4" />