Repository: servicemix-bundles Updated Branches: refs/heads/master bb8481965 -> 041590cdc
SM-3155: Fix okio version range for okhttp-2.2.0 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/73312140 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/73312140 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/73312140 Branch: refs/heads/master Commit: 73312140c27a32662202a6831739dafe57d61d62 Parents: bb84819 Author: Guglielmo Nigri <[email protected]> Authored: Fri Nov 11 16:03:49 2016 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Mon Nov 14 10:34:46 2016 +0100 ---------------------------------------------------------------------- okhttp-2.2.0/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/73312140/okhttp-2.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/okhttp-2.2.0/pom.xml b/okhttp-2.2.0/pom.xml index 6050006..2eab09b 100644 --- a/okhttp-2.2.0/pom.xml +++ b/okhttp-2.2.0/pom.xml @@ -52,6 +52,7 @@ <servicemix.osgi.import.pkg> org.apache.http.*;resolution:=optional, android.util.*;resolution:=optional, + okio;version="[1.2.0,1.3)", * </servicemix.osgi.import.pkg> </properties>
