mirror of https://github.com/apache/archiva.git
fix osgi imports.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1293681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57b5334aef
commit
31e5bf8148
|
@ -102,7 +102,8 @@
|
|||
javax.ws.rs,
|
||||
javax.xml.bind.annotation,
|
||||
org.apache.archiva.admin.model.beans;version=${project.version},
|
||||
org.codehaus.plexus.redback.authorization
|
||||
org.codehaus.plexus.redback.authorization,
|
||||
org.apache.archiva.metadata.model
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
org.apache.archiva.metadata.model;version=${project.version};-split-package:=merge-first
|
||||
</Export-Package>
|
||||
<Import-Package>
|
||||
|
||||
javax.xml.bind.annotation
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue