SEC-998: Bundlor enabled in web, ldap, config and core modules
This commit is contained in:
@@ -107,4 +107,13 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.springsource.bundlor</groupId>
|
||||
<artifactId>com.springsource.bundlor.maven</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
23
config/template.mf
Normal file
23
config/template.mf
Normal file
@@ -0,0 +1,23 @@
|
||||
Bundle-SymbolicName: org.springframework.security.config
|
||||
Bundle-Name: Spring Security Namespace Configuration
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-Version: ${version}
|
||||
Bundle-ManifestVersion: 2
|
||||
Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
Import-Template:
|
||||
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
||||
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="[3.0.0, 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.core.*;version="[3.0.0, 3.1.0)",
|
||||
org.springframework.util.*;version="[3.0.0, 3.1.0)",
|
||||
javax.servlet;version="0";resolution:=optional,
|
||||
javax.naming.directory;version="0";resolution:=optional,
|
||||
org.w3c.dom;version="0";resolution:=optional
|
||||
Reference in New Issue
Block a user