File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ com-nimbusds-nimbus-jose-jwt = "com.nimbusds:nimbus-jose-jwt:10.4"
2424com-nimbusds-oauth2-oidc-sdk = " com.nimbusds:oauth2-oidc-sdk:11.26.1"
2525com-squareup-okhttp3-mockwebserver = { module = " com.squareup.okhttp3:mockwebserver" , version.ref = " com-squareup-okhttp3" }
2626com-squareup-okhttp3-okhttp = { module = " com.squareup.okhttp3:okhttp" , version.ref = " com-squareup-okhttp3" }
27- com-unboundid-unboundid-ldapsdk = " com.unboundid:unboundid-ldapsdk:6.0.11"
28- com-unboundid-unboundid-ldapsdk7 = " com.unboundid:unboundid-ldapsdk:7.0.1"
27+ com-unboundid-unboundid-ldapsdk = " com.unboundid:unboundid-ldapsdk:7.0.3"
2928commons-collections = " commons-collections:commons-collections:3.2.2"
3029io-micrometer-context-propagation = " io.micrometer:context-propagation:1.1.3"
3130io-micrometer-micrometer-observation = " io.micrometer:micrometer-observation:1.14.10"
Original file line number Diff line number Diff line change 11apply plugin : ' io.spring.convention.spring-module'
22
3- configurations {
4- unboundid7 { extendsFrom(optional, tests) }
5- }
6-
73dependencies {
84 management platform(project(" :spring-security-dependencies" ))
95 api project(' :spring-security-core' )
@@ -34,21 +30,10 @@ dependencies {
3430 testImplementation " org.springframework:spring-test"
3531 testImplementation ' org.skyscreamer:jsonassert'
3632
37- unboundid7 libs. com. unboundid. unboundid. ldapsdk7
38-
3933 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
4034}
4135
4236integrationTest {
4337// exclude('**/OpenLDAPIntegrationTestSuite.class')
4438 maxParallelForks = 1
4539}
46-
47- tasks. register(" unboundid7Test" , Test ) {
48- useJUnitPlatform()
49- classpath = sourceSets. test. output + sourceSets. main. output + configurations. unboundid7
50- }
51-
52- tasks. named(" check" ) {
53- dependsOn unboundid7Test
54- }
You can’t perform that action at this time.
0 commit comments