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
+11 -11
View File
@@ -3,19 +3,19 @@ Bundle-Name: Spring Security CAS
Bundle-Vendor: SpringSource
Bundle-Version: ${version}
Bundle-ManifestVersion: 2
Ignored-Existing-Headers:
Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
Import-Template:
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
org.jasig.cas.client.*;version="[3.1.1,3.2)",
org.springframework.security.core.*;version="[${version}, 3.1.0)",
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
org.springframework.security.web.*;version="[${version}, 3.1.0)",
org.springframework.beans.factory;version="[${spring.version}, 3.1.0)",
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
org.springframework.dao;version="[${spring.version}, 3.1.0)",
org.springframework.util;version="[${spring.version}, 3.1.0)",
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
org.jasig.cas.client.*;version="[3.1.1, 3.2.0)",
org.springframework.security.core.*;version="[${version}, 3.2.0)",
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
org.springframework.security.web.*;version="[${version}, 3.2.0)",
org.springframework.beans.factory;version="[${spring.version}, 3.2.0)",
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
org.springframework.dao;version="[${spring.version}, 3.2.0)",
org.springframework.util;version="[${spring.version}, 3.2.0)",
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
javax.servlet.*;version="0"