Increase upper bounds of Spring and Spring Security versions in bundlor templates to 3.2.0.
This commit is contained in:
parent
b0bea8356f
commit
f3f84da625
|
@ -3,19 +3,19 @@ Bundle-Name: Spring Security Acls
|
|||
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.springframework.security.core.*;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.context.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.dao.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.jdbc.core.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.transaction.support.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.util.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.security.core.*;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.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.dao.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.jdbc.core.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.transaction.support.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.util.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
||||
javax.sql.*;version="0";resolution:=optional
|
||||
javax.sql.*;version="0";resolution:=optional
|
||||
|
|
@ -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"
|
||||
|
|
@ -3,22 +3,22 @@ Bundle-Name: Spring Security Namespace Configuration
|
|||
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.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
|
||||
org.springframework.security.access.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.util;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.web.*;version="[${version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.aop.*;version="[${spring.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.core.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.util.*;version="[${spring.version}, 3.1.0)",
|
||||
org.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
|
||||
org.springframework.security.access.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.util;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.web.*;version="[${version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.aop.*;version="[${spring.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.core.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.util.*;version="[${spring.version}, 3.2.0)",
|
||||
javax.servlet;version="0";resolution:=optional,
|
||||
javax.naming.directory;version="0";resolution:=optional,
|
||||
org.w3c.dom;version="0";resolution:=optional
|
||||
|
|
|
@ -3,10 +3,10 @@ Bundle-Name: Spring Security Core
|
|||
Bundle-Vendor: SpringSource
|
||||
Bundle-Version: ${version}
|
||||
Bundle-ManifestVersion: 2
|
||||
Ignored-Existing-Headers:
|
||||
Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
Import-Template:
|
||||
Import-Template:
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
org.aspectj.*;version="[1.6.0, 1.7.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
||||
|
@ -20,7 +20,7 @@ Import-Template:
|
|||
org.springframework.jdbc.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.util;version="[${spring.version}, 3.1.0)",
|
||||
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
||||
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
||||
javax.annotation.security.*;version="0";resolution:=optional,
|
||||
javax.crypto.*;version="0";resolution:=optional,
|
||||
javax.security.auth.*;version="0";resolution:=optional,
|
||||
|
|
|
@ -3,22 +3,22 @@ Bundle-Name: Spring Security LDAP
|
|||
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.apache.directory.server.*;version="[1.5.5, 1.6)";resolution:=optional,
|
||||
org.apache.directory.shared.ldap.*;version="[0.9.15, 1.0)";resolution:=optional,
|
||||
org.springframework.ldap.*;version="[1.3.0,1.4.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.authentication.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.provisioning.*;version="[${version}, 3.1.0)",
|
||||
org.springframework.security.util;version="[${version}, 3.1.0)",
|
||||
org.springframework.beans.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.core.io.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.dao.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.util.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.provisioning.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.util;version="[${version}, 3.2.0)",
|
||||
org.springframework.beans.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.core.io.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.dao.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.util.*;version="[${spring.version}, 3.2.0)",
|
||||
javax.naming.*;version="0";resolution:=optional,
|
||||
netscape.ldap.ber.stream;version="[4.1, 5.0)";resolution:=optional
|
|
@ -3,16 +3,16 @@ Bundle-Name: Spring Security OpenID
|
|||
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.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.util;version="[${spring.version}, 3.1.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.util;version="[${spring.version}, 3.2.0)",
|
||||
org.openid4java.*;version="[0.9.5, 1.0.0)",
|
||||
javax.servlet.*;version="0"
|
||||
|
|
@ -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"
|
||||
|
|
|
@ -16,22 +16,22 @@ 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.authentication.*;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.beans.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.core;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.core.io;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.dao;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.expression;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.expression.spel.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.jdbc.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.mock.web;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.web.context.*;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.web.filter.*;version="[${spring.version}, 3.1.0)",
|
||||
org.springframework.util;version="[${spring.version}, 3.1.0)";resolution:=optional,
|
||||
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.authentication.*;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.beans.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.core;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.core.io;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.dao;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.expression;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.expression.spel.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.jdbc.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.mock.web;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.web.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.web.filter.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.util;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.w3c.dom;version="0";resolution:=optional,
|
||||
org.xml.sax;version="0";resolution:=optional,
|
||||
javax.servlet.*;version="0",
|
||||
|
|
Loading…
Reference in New Issue