mirror of https://github.com/apache/archiva.git
fix osgi import
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1423890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c0ed32a13
commit
5e85bbe6b8
|
@ -147,7 +147,8 @@
|
|||
org.apache.archiva.redback.components.scheduler,
|
||||
org.quartz*;version="[2,3)",
|
||||
org.springframework*;version="[3,4)",
|
||||
org.slf4j;resolution:=optional
|
||||
org.slf4j;resolution:=optional,
|
||||
org.apache.commons.lang.time
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue