diff --git a/org.springframework.context/template.mf b/org.springframework.context/template.mf index 375b2c83e1..3f9ac082b2 100644 --- a/org.springframework.context/template.mf +++ b/org.springframework.context/template.mf @@ -17,6 +17,7 @@ Import-Template: javax.interceptor.*;version="[3.0.0, 4.0.0)";resolution:=optional, javax.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional, javax.jms.*;version="[1.1.0, 2.0.0)";resolution:=optional, + javax.xml.stream.*;resolution:=optional, javax.xml.ws.*;version="[2.0.0, 3.0.0)";resolution:=optional, net.sf.cglib.*;version="[2.1.3, 2.2.0)";resolution:=optional, oracle.classloader.*;version="[10.1.3.1, 10.2.0.0)";resolution:=optional, diff --git a/org.springframework.core/template.mf b/org.springframework.core/template.mf index 15e414bb8c..e1841d7e3d 100644 --- a/org.springframework.core/template.mf +++ b/org.springframework.core/template.mf @@ -10,6 +10,8 @@ Import-Template: org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", org.springframework.asm.*;version="[3.0.0, 3.0.1)";resolution:=optional, org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional, - org.aspectj.*;version="[1.5.4, 2.0.0)";resolution:=optional + org.aspectj.*;version="[1.5.4, 2.0.0)";resolution:=optional, + javax.xml.stream.*;resolution:=optional, + javax.xml.transform.stax.*;resolution:=optional Unversioned-Imports: * diff --git a/org.springframework.test/template.mf b/org.springframework.test/template.mf index c586fabad2..cc5eea6a50 100644 --- a/org.springframework.test/template.mf +++ b/org.springframework.test/template.mf @@ -4,6 +4,7 @@ Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: javax.activation.*;version="[1.1.0, 2.0.0)";resolution:=optional, + javax.el.*;resolution:=optional, javax.persistence.*;version="[1.0.0, 3.0.0)";resolution:=optional, javax.portlet.*;version="[2.0.0, 3.0.0)";resolution:=optional, javax.servlet;version="[2.4.0, 4.0.0)";resolution:=optional,