Polish unbounded support
- Update unboundid-ldapsdk-4.0.1 - Fix ordering of dependencies Issue gh-4672
This commit is contained in:
parent
70165869b1
commit
77de91ad60
|
@ -49,7 +49,7 @@ dependencyManagement {
|
|||
dependency 'com.nimbusds:oauth2-oidc-sdk:5.38'
|
||||
dependency 'com.squareup.okhttp3:okhttp:3.9.0'
|
||||
dependency 'com.squareup.okio:okio:1.13.0'
|
||||
dependency 'com.unboundid:unboundid-ldapsdk:3.2.0'
|
||||
dependency 'com.unboundid:unboundid-ldapsdk:4.0.1'
|
||||
dependency 'com.vaadin.external.google:android-json:0.0.20131108.vaadin1'
|
||||
dependency 'commons-cli:commons-cli:1.4'
|
||||
dependency 'commons-codec:commons-codec:1.11'
|
||||
|
|
|
@ -9,9 +9,8 @@ dependencies {
|
|||
|
||||
optional apachedsDependencies
|
||||
optional 'ldapsdk:ldapsdk'
|
||||
optional 'org.apache.directory.shared:shared-ldap'
|
||||
|
||||
optional "com.unboundid:unboundid-ldapsdk"
|
||||
optional 'org.apache.directory.shared:shared-ldap'
|
||||
|
||||
compile ('org.springframework.ldap:spring-ldap-core') {
|
||||
exclude(group: 'commons-logging', module: 'commons-logging')
|
||||
|
|
Loading…
Reference in New Issue