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