From d0c10cce0e3e476766f6119ea2b0c439abc4f249 Mon Sep 17 00:00:00 2001 From: David Syer Date: Thu, 15 Jul 2010 14:42:12 +0000 Subject: [PATCH] INT-1232: add Spring EL 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 891deee140..a75b4eef3d 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.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)", org.springframework.http.*;version="[3.0.0, 4.0.0)",