Remove DependencySetPlugin
Closes gh-10070
This commit is contained in:
@@ -8,11 +8,14 @@ dependencies {
|
||||
api 'org.springframework:spring-core'
|
||||
api 'org.springframework:spring-tx'
|
||||
|
||||
optional apachedsDependencies
|
||||
optional 'ldapsdk:ldapsdk'
|
||||
optional "com.unboundid:unboundid-ldapsdk"
|
||||
optional "org.apache.directory.server:apacheds-core"
|
||||
optional "org.apache.directory.server:apacheds-core-entry"
|
||||
optional "org.apache.directory.server:apacheds-protocol-shared"
|
||||
optional "org.apache.directory.server:apacheds-protocol-ldap"
|
||||
optional "org.apache.directory.server:apacheds-server-jndi"
|
||||
optional 'org.apache.directory.shared:shared-ldap'
|
||||
|
||||
api ('org.springframework.ldap:spring-ldap-core') {
|
||||
exclude(group: 'commons-logging', module: 'commons-logging')
|
||||
exclude(group: 'org.springframework', module: 'spring-beans')
|
||||
@@ -24,6 +27,13 @@ dependencies {
|
||||
testImplementation project(':spring-security-test')
|
||||
testImplementation 'org.slf4j:jcl-over-slf4j'
|
||||
testImplementation 'org.slf4j:slf4j-api'
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine"
|
||||
testImplementation "org.mockito:mockito-core"
|
||||
testImplementation "org.mockito:mockito-junit-jupiter"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
}
|
||||
|
||||
integrationTest {
|
||||
|
||||
Reference in New Issue
Block a user