mirror of https://github.com/apache/archiva.git
fix osgi imports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33577da0f9
commit
86931f78c3
|
@ -81,7 +81,8 @@
|
||||||
org.apache.commons.lang;version="[2.4,3)",
|
org.apache.commons.lang;version="[2.4,3)",
|
||||||
org.springframework*;version="[3,4)",
|
org.springframework*;version="[3,4)",
|
||||||
org.codehaus.plexus.util,
|
org.codehaus.plexus.util,
|
||||||
org.slf4j;resolution:=optional
|
org.slf4j;resolution:=optional,
|
||||||
|
javax.xml.bind.annotation
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue