<dependency> <groupId>org.apache.shiro.integrationtests</groupId> <artifactId>shiro-integration-tests</artifactId> <version>1.7.1</version> <type>pom</type> </dependency>
<dependency org="org.apache.shiro.integrationtests" name="shiro-integration-tests" rev="1.7.1"> <artifact name="shiro-integration-tests" type="pom" /> </dependency>
@Grapes( @Grab(group='org.apache.shiro.integrationtests', module='shiro-integration-tests', version='1.7.1') )