1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Increase upper bounds of Spring and Spring Security versions in bundlor templates to 3.2.0.

This commit is contained in:
Luke Taylor
2010-02-21 23:25:36 +00:00
parent b0bea8356f
commit f3f84da625
8 changed files with 82 additions and 82 deletions
+10 -10
View File
@@ -8,14 +8,14 @@ Ignored-Existing-Headers:
Export-Package
Import-Template:
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.springframework.security.core.*;version="[${version}, 3.1.0)",
org.springframework.security.web.*;version="[${version}, 3.1.0)",
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="[${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)",
org.springframework.security.core.*;version="[${version}, 3.2.0)",
org.springframework.security.web.*;version="[${version}, 3.2.0)",
org.springframework.security.access.*;version="[${version}, 3.2.0)",
org.springframework.security.util;version="[${version}, 3.2.0)",
org.springframework.security.acls.*;version="[${version}, 3.2.0)";resolution:=optional,
org.springframework.beans.*;version="[${spring.version}, 3.2.0)",
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
org.springframework.expression;version="[${spring.version}, 3.2.0)";resolution:=optional,
org.springframework.web.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
org.springframework.web.util.*;version="[${spring.version}, 3.2.0)",
javax.servlet.*;version="0"