Browse Source

updated template.mf to depend on spring-expression

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2958 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 16 years ago
parent
commit
8732264f47
  1. 1
      org.springframework.web.servlet/template.mf

1
org.springframework.web.servlet/template.mf

@ -26,6 +26,7 @@ Import-Template: @@ -26,6 +26,7 @@ Import-Template:
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.expression.*;version="[3.0.0, 3.0.1)",
org.springframework.format.*;version="[3.0.0, 3.0.1)",
org.springframework.http.*;version="[3.0.0, 3.0.1)",
org.springframework.oxm.*;version="[3.0.0, 3.0.1)";resolution:=optional,

Loading…
Cancel
Save