[HTTPASYNC-92] Make sure the osgi bundle imports what it needs, in particular  org.apache.http.ssl

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1696995 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-osgi/pom.xml b/httpasyncclient-osgi/pom.xml
index f54c531..08ed26a 100644
--- a/httpasyncclient-osgi/pom.xml
+++ b/httpasyncclient-osgi/pom.xml
@@ -116,7 +116,9 @@
             org.apache.http.impl.cookie;version=${httpclient.osgi.import.version},
             org.apache.http.impl.conn;version=${httpclient.osgi.import.version},
             org.apache.http.impl.client;version=${httpclient.osgi.import.version},
-            org.apache.http.impl.execchain;version=${httpclient.osgi.import.version}
+            org.apache.http.impl.execchain;version=${httpclient.osgi.import.version},
+            org.apache.http.ssl;version=${httpcore.osgi.import.version},
+            *
             </Import-Package>
             <Include-Resource />
             <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->