Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/433#discussion_r87794702
--- Diff: karaf/features/src/main/feature/feature.xml ---
@@ -256,7 +256,7 @@
https://github.com/square/okhttp/pull/2246
-->
<!-- TODO use ServiceMix bundle for okhttp when dependency on okio
is fixed there -->
- <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="[1.2.0,
1.3.0)",*</bundle>
+ <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>
--- End diff --
Tested with encoded double quotes (`%22`) but the feature verification was
still failing. Not sure why unfortunately
---
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.
---