Ensure annotations are not part of OSGI imports
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@767706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab954f255a
commit
6df48ad9fa
|
@ -106,6 +106,7 @@
|
|||
org.apache.http.entity.mime.content.*
|
||||
</_exportcontents>
|
||||
<Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
|
||||
<Import-Package>!net.jcip.annotations,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue