Fixed OSGi metadata (missing javax.net import)

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1454720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-03-09 14:37:51 +00:00
parent 9d6d3b6288
commit 10d7d1c0e8
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,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},