Description
On a fresh 3.0.3-SNAPSHOT, it's not possible to install pax-cdi feature out of the box:
Error executing command: Could not start bundle mvn:org.ops4j.pax.cdi/pax-cdi-extension/0.8.0 in feature(s) pax-cdi-1.1-0.8.0, pax-cdi-0.8.0, pax-cdi-1.2-0.8.0: Unresolved constraint in bundle org.ops4j.pax.cdi.extension [80]: Unable to resolve 80.0: missing requirement [80.0] osgi.wiring.package; (&(osgi.wiring.package=javax.annotation)(version>=1.1.0)(!(version>=2.0.0)))
A workaround is to install the pax-http feature which brings javax.annotation.
Attachments
Issue Links
- is blocked by
-
KARAF-3428 Upgrade to Pax CDI 0.10.0
- Resolved