HTTPCLIENT-1547: HttpClient OSGi bundle doesn't import the package "javax.naming"

Contributed by Willem Jiang <ningjiang at apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1619374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2014-08-21 11:58:50 +00:00
parent d03d53cb39
commit 25dfe09669
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Changes since 4.4 ALPHA1
-------------------
* [HTTPCLIENT-1547] HttpClient OSGi bundle doesn't import the package "javax.naming".
Contributed by Willem Jiang <ningjiang at apache.org>
* [HTTPCLIENT-1541] Use correct (HTTP/hostname) service principle name for Windows native
Negotiate/NTLM auth schemes.
Contributed by Ka-Lok Fung <ka-lok.fung at sap.com>

View File

@ -132,6 +132,7 @@
<Import-Package>
javax.crypto,
javax.crypto.spec,
javax.naming,
javax.net,
javax.net.ssl,
javax.security.auth.x500,