Was there ever an answer for what repo to point to in order to get the 4.0 version of org.apache.karaf.tooling.exam:org.apache.karaf.tooling.exam.container or should we be using the 3.0 version for karaf 4.0 as well.
Thanks for any help, David On 2015-07-24 12:12, Benson Margulies wrote: > 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 >> [1] 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? Links: ------ [1] https://karaf.apache.org/manual/latest/developers-guide/writing-tests.html
