22 changed files with 65 additions and 5 deletions
@ -0,0 +1,11 @@ |
|||||||
|
// Remoting module build file |
||||||
|
|
||||||
|
dependencies { |
||||||
|
compile project(':spring-security-core'), |
||||||
|
'aopalliance:aopalliance:1.0', |
||||||
|
"org.springframework:spring-beans:$springVersion", |
||||||
|
"org.springframework:spring-context:$springVersion", |
||||||
|
"org.springframework:spring-web:$springVersion" |
||||||
|
|
||||||
|
testCompile project(':spring-security-core').sourceSets.test.classes |
||||||
|
} |
||||||
@ -0,0 +1,19 @@ |
|||||||
|
Implementation-Title: org.springframework.security.remoting |
||||||
|
Implementation-Version: ${version} |
||||||
|
Bundle-SymbolicName: org.springframework.security.remoting |
||||||
|
Bundle-Name: Spring Security Remoting |
||||||
|
Bundle-Vendor: SpringSource |
||||||
|
Bundle-Version: ${version} |
||||||
|
Bundle-ManifestVersion: 2 |
||||||
|
Excluded-Imports: |
||||||
|
javax.naming.* |
||||||
|
Ignored-Existing-Headers: |
||||||
|
Import-Package, |
||||||
|
Export-Package |
||||||
|
Import-Template: |
||||||
|
org.aopalliance.*;version="${aopAllianceRange}", |
||||||
|
org.apache.commons.logging.*;version="${cloggingRange}", |
||||||
|
org.springframework.security.core.*;version="${secRange}", |
||||||
|
org.springframework.security.crypto.*;version="${secRange}", |
||||||
|
org.springframework.core.*;version="${springRange}", |
||||||
|
org.springframework.remoting.*;version="${springRange}" |
||||||
Loading…
Reference in new issue