Add instruction to not export the "net.jcip.annotations" - this causes the maven-bundle-plugin to output an "Ignore-Package" statement which I assume will have no negative impact
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9e3bc72d5
commit
d080d78f3a
1
pom.xml
1
pom.xml
|
@ -409,6 +409,7 @@
|
||||||
<commons.release.version>2.4</commons.release.version>
|
<commons.release.version>2.4</commons.release.version>
|
||||||
<commons.jira.id>LANG</commons.jira.id>
|
<commons.jira.id>LANG</commons.jira.id>
|
||||||
<commons.jira.pid>12310481</commons.jira.pid>
|
<commons.jira.pid>12310481</commons.jira.pid>
|
||||||
|
<commons.osgi.import>!net.jcip.annotations,*</commons.osgi.import>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue