Fix #480 [jetty-osgi] org.eclipse.jetty.annotations should be optional
Signed-off-by: laeubi <laeubi@laeubi-soft.de>
This commit is contained in:
parent
815764c279
commit
f057691cc1
|
@ -115,6 +115,7 @@
|
||||||
org.slf4j.helpers;resolution:=optional,
|
org.slf4j.helpers;resolution:=optional,
|
||||||
org.xml.sax,
|
org.xml.sax,
|
||||||
org.xml.sax.helpers,
|
org.xml.sax.helpers,
|
||||||
|
org.eclipse.jetty.annotations;resolution:=optional,
|
||||||
*
|
*
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<_nouses>true</_nouses>
|
<_nouses>true</_nouses>
|
||||||
|
|
Loading…
Reference in New Issue