You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2015/08/21 15:55:30 UTC

svn commit: r1696994 - /httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml

Author: olegk
Date: Fri Aug 21 13:55:29 2015
New Revision: 1696994

URL: http://svn.apache.org/r1696994
Log:
[HTTPASYNC-92] Make sure the osgi bundle imports what it needs, in particular  org.apache.http.ssl

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml?rev=1696994&r1=1696993&r2=1696994&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/httpasyncclient-osgi/pom.xml Fri Aug 21 13:55:29 2015
@@ -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 -->