[SM-3568] OKHttp client bundle 3.9.1 requires android.os
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/b575dc11 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b575dc11 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b575dc11 Branch: refs/heads/master Commit: b575dc1155c629e6e1cdeb5f682a4fd3d741337c Parents: 57519af Author: Andrea Cosentino <[email protected]> Authored: Tue Dec 12 14:47:34 2017 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Tue Dec 12 14:47:34 2017 +0100 ---------------------------------------------------------------------- okhttp-3.9.1/pom.xml | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b575dc11/okhttp-3.9.1/pom.xml ---------------------------------------------------------------------- diff --git a/okhttp-3.9.1/pom.xml b/okhttp-3.9.1/pom.xml index 1483f0a..99493ed 100644 --- a/okhttp-3.9.1/pom.xml +++ b/okhttp-3.9.1/pom.xml @@ -53,6 +53,7 @@ okio;version="[1.11.0,2)", org.apache.http.*;resolution:=optional, android.util.*;resolution:=optional, + android.os.*;resolution:=optional, * </servicemix.osgi.import.pkg> </properties> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b575dc11/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8366545..83558f6 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ <name>Apache ServiceMix :: Bundles</name> <modules> + <module>okhttp-3.9.1</module> </modules> </project>
