From cd5ca10ae2cf7f8c2e09d877e824485d070ffbb7 Mon Sep 17 00:00:00 2001 From: David Syer Date: Wed, 1 Sep 2010 20:13:48 +0000 Subject: [PATCH] Add spring integration to OSGi template --- spring-integration-http/template.mf | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-integration-http/template.mf b/spring-integration-http/template.mf index a772a8b46f..bf5fe575db 100644 --- a/spring-integration-http/template.mf +++ b/spring-integration-http/template.mf @@ -5,6 +5,7 @@ Bundle-ManifestVersion: 2 Import-Template: org.springframework.integration.*;version="[2.0.0, 2.0.1)", org.springframework.beans.*;version="[3.0.0, 4.0.0)", + org.springframework.validation.*;version="[3.0.0, 4.0.0)", org.springframework.expression.*;version="[3.0.0, 4.0.0)", org.springframework.context.*;version="[3.0.0, 4.0.0)", org.springframework.core.*;version="[3.0.0, 4.0.0)",