You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2018/03/20 14:21:07 UTC

[2/3] servicemix-bundles git commit: Conscrypt is optional

Conscrypt is optional


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/adcf060d
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/adcf060d
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/adcf060d

Branch: refs/heads/master
Commit: adcf060d7f3e864d3e36fce2c22239de98b0dce0
Parents: 6acfb18
Author: Ed Durov <el...@gmail.com>
Authored: Tue Mar 20 13:15:35 2018 +0300
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Mar 20 15:18:09 2018 +0100

----------------------------------------------------------------------
 okhttp-3.10.0/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/adcf060d/okhttp-3.10.0/pom.xml
----------------------------------------------------------------------
diff --git a/okhttp-3.10.0/pom.xml b/okhttp-3.10.0/pom.xml
index 6787c50..5c06a07 100644
--- a/okhttp-3.10.0/pom.xml
+++ b/okhttp-3.10.0/pom.xml
@@ -54,6 +54,7 @@
             org.apache.http.*;resolution:=optional,
             android.util.*;resolution:=optional,
             android.os.*;resolution:=optional,
+            org.conscrypt.*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>