updated template.mf to depend on spring-expression

master
Keith Donald 15 years ago
parent c927e7dc7c
commit daa45dd424
  1. 1
      org.springframework.web.servlet/template.mf

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

Loading…
Cancel
Save