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 2013/03/09 15:41:16 UTC

svn commit: r1454724 - /httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml

Author: olegk
Date: Sat Mar  9 14:41:15 2013
New Revision: 1454724

URL: http://svn.apache.org/r1454724
Log:
Fixed OSGi metadata (missing javax.net import)

Modified:
    httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml

Modified: httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml?rev=1454724&r1=1454723&r2=1454724&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/httpclient-osgi/pom.xml Sat Mar  9 14:41:15 2013
@@ -115,7 +115,9 @@
             <Import-Package>
             javax.crypto,
             javax.crypto.spec,
-            javax.net.ssl,javax.security.auth.x500,
+            javax.net,
+            javax.net.ssl,
+            javax.security.auth.x500,
             org.ietf.jgss,
             org.apache.commons.logging;version=${commons-logging.version},
             org.apache.http;version=${httpcore.version},