mirror of https://github.com/apache/archiva.git
fix osgi metadata
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1539522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df96c5fe2c
commit
99aa5b7535
|
@ -204,7 +204,18 @@
|
||||||
org.springframework*;version="[3,4)",
|
org.springframework*;version="[3,4)",
|
||||||
org.apache.archiva.redback.components.taskqueue*,
|
org.apache.archiva.redback.components.taskqueue*,
|
||||||
org.apache.maven.index*,
|
org.apache.maven.index*,
|
||||||
org.apache.maven.wagon*,
|
org.apache.http,
|
||||||
|
org.apache.http.auth,
|
||||||
|
org.apache.http.client,
|
||||||
|
org.apache.http.client.methods,
|
||||||
|
org.apache.http.concurrent,
|
||||||
|
org.apache.http.entity,
|
||||||
|
org.apache.http.impl.client,
|
||||||
|
org.apache.http.impl.nio.client,
|
||||||
|
org.apache.http.nio,
|
||||||
|
org.apache.http.nio.client.methods,
|
||||||
|
org.apache.http.nio.protocol,
|
||||||
|
org.apache.http.protocol
|
||||||
org.slf4j;resolution:=optional
|
org.slf4j;resolution:=optional
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
|
|
Loading…
Reference in New Issue