1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-998: Bundlor enabled in web, ldap, config and core modules

This commit is contained in:
Luke Taylor
2009-04-24 09:12:53 +00:00
parent 30fe9a0935
commit 22e7142f45
10 changed files with 148 additions and 9 deletions
+9
View File
@@ -58,4 +58,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
</plugins>
</build>
</project>
+21
View File
@@ -0,0 +1,21 @@
Bundle-SymbolicName: org.springframework.security.acls
Bundle-Name: Spring Security Acls
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.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="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.dao.*;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.jdbc.core.*;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.transaction.support.*;version="[3.0.0, 3.1.0)";resolution:=optional,
org.springframework.util.*;version="[3.0.0, 3.1.0)";resolution:=optional,
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
javax.sql.*;version="0";resolution:=optional