Github user aledsage commented on the issue:
https://github.com/apache/brooklyn-server/pull/495
@drigodwin see https://ops4j1.jira.com/wiki/display/paxurl/Wrap+Protocol,
section 20.4.2 "Indicating Optional Dependencies": I think we just need a `,*`
at the end of `Import-Package=...` for it to not exclude everything else?
See the example lower down in the same file:
```
<bundle
dependency="true">wrap:mvn:com.squareup.okhttp/okhttp/2.2.0$Import-Package=org.apache.http.*;resolution:=optional,android.util.*;resolution:=optional,okio;version=%27[1.2.0,1.3.0)%27,*</bundle>
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---