jbonofre opened a new pull request, #2552:
URL: https://github.com/apache/karaf/pull/2552

   The pax-url-wrap feature's bundle (org.ops4j.pax.url.wrap uber jar) has a 
mandatory Import-Package on org.osgi.service.log, but this package is not 
satisfiable during assembly prerequisite resolution because pax-logging-api 
(which provides it) is only in the framework feature and not part of the 
prerequisite deployment context.
   
   Add pax-logging-api as a dependency bundle in the pax-url-wrap feature so 
the resolver can satisfy the org.osgi.service.log requirement when pax-url-wrap 
is resolved as a prerequisite without the framework feature.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to