Hi all I want to setup a integration test infrastructure for my OSGi blueprint projects. We use Apache Karaf as a framework.
I wrote my JUnit test and installed my features. Now I have the unresolved dependency: Unresolved constraint in bundle org.apache.felix.karaf.tooling.testing [12]: Unable to resolve 12.0: missing requirement [12.0] package; (package=org.ops4j.pax.exam.container.def) - [12.0] package; (package=org.ops4j.pax.exam.container.def) My question: where do I find this dependency as a bundle? I tried the following <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-default</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency> But this is not a bundle, just a jar, right? Regards Michael -- Michael Szalay Senior Software Engineer basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general