HTTPCLIENT-1673: org.apache.http.entity.mime.content.* missing from OSGi exports

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1695536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2015-08-12 14:34:10 +00:00
parent 795a092dbd
commit 18f9b7986b
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@
org.apache.http.conn.*;version=${project.version},
org.apache.http.client.*;version=${project.version},
org.apache.http.entity.mime.*;version=${project.version},
org.apache.http.entity.mime.content.*;version=${project.version},
org.apache.http.impl.auth.*;version=${project.version},
org.apache.http.impl.cookie.*;version=${project.version},
org.apache.http.impl.conn.*;version=${project.version},