mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
SEC-1659: fixed bundlor step of build
This commit is contained in:
parent
ea76efdb2c
commit
b646e44646
@ -20,6 +20,7 @@ package org.springframework.security.crypto.keygen;
|
|||||||
*
|
*
|
||||||
* @author Keith Donald
|
* @author Keith Donald
|
||||||
* @author Annabelle Donald
|
* @author Annabelle Donald
|
||||||
|
* @author Corgan Donald
|
||||||
*/
|
*/
|
||||||
final class SharedKeyGenerator implements BytesKeyGenerator {
|
final class SharedKeyGenerator implements BytesKeyGenerator {
|
||||||
|
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
Implementation-Title: org.springframework.security.crypto
|
Implementation-Title: org.springframework.security.crypto
|
||||||
Implementation-Version: ${version}
|
Implementation-Version: ${version}
|
||||||
Bundle-SymbolicName: org.springframework.security.crypto
|
Bundle-SymbolicName: org.springframework.security.crypto
|
||||||
Bundle-Name: Spring Security Web
|
Bundle-Name: Spring Security Crypto
|
||||||
Bundle-Vendor: SpringSource
|
Bundle-Vendor: SpringSource
|
||||||
Bundle-Version: ${version}
|
Bundle-Version: ${version}
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Excluded-Imports:
|
Excluded-Imports:
|
||||||
javax.naming.*,
|
javax.crypto.*
|
||||||
javax.rmi.*,
|
|
||||||
javax.sql.*,
|
|
||||||
javax.security.auth.*
|
|
||||||
Ignored-Existing-Headers:
|
Ignored-Existing-Headers:
|
||||||
Import-Package,
|
Import-Package,
|
||||||
Export-Package
|
Export-Package
|
||||||
Import-Template:
|
|
Loading…
x
Reference in New Issue
Block a user