mirror of https://github.com/apache/archiva.git
osgi fix
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efb86a8797
commit
16c46cae45
|
@ -20,6 +20,7 @@ under the License.
|
|||
-->
|
||||
|
||||
<settings>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>it-repo</id>
|
||||
|
|
|
@ -239,7 +239,7 @@
|
|||
org.apache.archiva.redback.users,
|
||||
org.codehaus.plexus.registry,
|
||||
org.codehaus.plexus.taskqueue,
|
||||
org.codehaus.redback.components.scheduler,
|
||||
org.apache.archiva.redback.components.scheduler,
|
||||
org.slf4j;resolution:=optional
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
org.apache.commons.lang;version="[2.4,3)",
|
||||
org.codehaus.plexus.personality.plexus.lifecycle.phase,
|
||||
org.codehaus.plexus.taskqueue*,
|
||||
org.codehaus.redback.components.scheduler,
|
||||
org.apache.archiva.redback.components.scheduler,
|
||||
org.quartz*;version="[2,3)",
|
||||
org.springframework*;version="[3,4)",
|
||||
org.slf4j;resolution:=optional
|
||||
|
|
Loading…
Reference in New Issue