The answer is:
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
<artifactId>pax-exam-container-karaf</artifactId>
<version>4.5.0</version>
<scope>test</scope>
</dependency>
The next question is: how do I provision a kar into here?
On Fri, Jul 24, 2015 at 12:07 PM, Benson Margulies <[email protected]> wrote:
> https://karaf.apache.org/manual/latest/developers-guide/writing-tests.html
>
> This talks about
>
> org.apache.karaf.tooling.exam:org.apache.karaf.tooling.exam.container
>
> which has not been released since a 3.0.0 RC. Are the coordinates wrong?