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:
parent
d03d53cb39
commit
25dfe09669
|
@ -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>
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
<Import-Package>
|
||||
javax.crypto,
|
||||
javax.crypto.spec,
|
||||
javax.naming,
|
||||
javax.net,
|
||||
javax.net.ssl,
|
||||
javax.security.auth.x500,
|
||||
|
|
Loading…
Reference in New Issue