updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
This commit is contained in:
@@ -5,18 +5,19 @@ Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
javax.portlet.*;version="[2.0.0, 3.0.0)",
|
||||
javax.servlet.*;version="[2.4.0, 4.0.0)",
|
||||
javax.xml.*;version="0";resolution:=optional,
|
||||
org.apache.commons.fileupload.*;version="[1.2.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.springframework.beans.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.context.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.core.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.http.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.stereotype;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.ui.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.validation.*;version="[3.0.0, 3.0.1)",
|
||||
org.springframework.web.*;version="[3.0.0, 3.0.1)"
|
||||
Unversioned-Imports:
|
||||
*
|
||||
org.springframework.web.*;version="[3.0.0, 3.0.1)",
|
||||
org.xml.sax.*;version="0";resolution:=optional
|
||||
Ignored-Existing-Headers:
|
||||
Bnd-LastModified,
|
||||
Import-Package,
|
||||
|
||||
Reference in New Issue
Block a user