mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
Remove spring-security-crypto from spring-core pom
Instead of having api extend included configuration, we should use the *Classpath configurations. Closes gh-9767
This commit is contained in:
parent
8a4ee8af43
commit
56b7c662e4
@ -5,8 +5,13 @@ apply plugin: 'io.spring.convention.spring-module'
|
|||||||
def includeProject = project(':spring-security-crypto')
|
def includeProject = project(':spring-security-crypto')
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
included
|
included {
|
||||||
api.extendsFrom included
|
visible = false
|
||||||
|
transitive = false
|
||||||
|
}
|
||||||
|
compileClasspath.extendsFrom included
|
||||||
|
testCompileClasspath.extendsFrom included
|
||||||
|
testRuntimeClasspath.extendsFrom included
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user