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