1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Updated bundlor templates and introduced spring.version variable

This commit is contained in:
Luke Taylor
2009-12-22 01:10:04 +00:00
parent 052685e154
commit e64866ae6a
8 changed files with 50 additions and 52 deletions
+5 -5
View File
@@ -13,9 +13,9 @@ Import-Template:
org.springframework.security.access.*;version="[${version}, 3.1.0)",
org.springframework.security.util;version="[${version}, 3.1.0)",
org.springframework.security.acls;version="[${version}, 3.1.0)";resolution:=optional,
org.springframework.beans.*;version="[3.0.0, 3.1.0)",
org.springframework.context.*;version="[3.0.0, 3.1.0)",
org.springframework.expression;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.web.context.*;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.web.util.*;version="[3.0.0, 3.1.0)",
org.springframework.beans.*;version="[${spring.version}, 3.1.0)",
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,
org.springframework.web.context.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
org.springframework.web.util.*;version="[${spring.version}, 3.1.0)",
javax.servlet.*;version="0"