mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-07 20:52:13 +00:00
13 lines
444 B
Plaintext
13 lines
444 B
Plaintext
Bundle-SymbolicName: org.springframework.security.annotation
|
|
Bundle-Name: Spring Security Annotations
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-Version: ${version}
|
|
Bundle-ManifestVersion: 2
|
|
Ignored-Existing-Headers:
|
|
Import-Package,
|
|
Export-Package
|
|
Import-Template:
|
|
javax.annotation.security.*;version="0";resolution:=optional,
|
|
org.springframework.security.*;version="[${version},${version}]",
|
|
org.springframework.core.*;version="[2.0.8, 3.1.0)"
|