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:
parent
795a092dbd
commit
18f9b7986b
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue