diff --git a/spring-integration-core/template.mf b/spring-integration-core/template.mf index 9457d73b02..1ff43cca1f 100644 --- a/spring-integration-core/template.mf +++ b/spring-integration-core/template.mf @@ -3,6 +3,7 @@ Bundle-Name: Spring Integration Core Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: + org.springframework.commons.*;version="[1.0.0, 2.0.0)", org.springframework.*;version="[3.0.3, 4.0.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", org.aopalliance.*;version="[1.0.0, 2.0.0)", diff --git a/spring-integration-ip/template.mf b/spring-integration-ip/template.mf index afcba3d71b..28637b16c2 100644 --- a/spring-integration-ip/template.mf +++ b/spring-integration-ip/template.mf @@ -4,8 +4,8 @@ Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: org.apache.commons.logging;version="[1.1.1, 2.0.0)", + org.springframework.commons.*;version="[1.0.0, 2.0.0)", org.springframework.integration.*;version="[2.0.0, 2.0.1)", - org.springframework.commons.*;version="[2.0.0, 2.0.1)", org.springframework.beans.*;version="[3.0.3, 4.0.0)", org.springframework.context;version="[3.0.3, 4.0.0)", org.springframework.core.*;version="[3.0.3, 4.0.0)", diff --git a/spring-integration-jdbc/template.mf b/spring-integration-jdbc/template.mf index 3ffac0c1aa..0b26fd55c4 100644 --- a/spring-integration-jdbc/template.mf +++ b/spring-integration-jdbc/template.mf @@ -3,6 +3,7 @@ Bundle-Name: Spring Integration JDBC Support Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Import-Template: + org.springframework.commons.*;version="[1.0.0, 2.0.0)", org.springframework.integration.*;version="[2.0.0, 2.0.1)", org.springframework.*;version="[3.0.3, 4.0.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)",