<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-spring</artifactId>
<version>4.11.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.exam', module='pax-exam-spring', version='4.11.0')
)