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"
24
24
com-nimbusds-oauth2-oidc-sdk = " com.nimbusds:oauth2-oidc-sdk:11.26.1"
25
25
com-squareup-okhttp3-mockwebserver = { module = " com.squareup.okhttp3:mockwebserver" , version.ref = " com-squareup-okhttp3" }
26
26
com-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"
29
28
commons-collections = " commons-collections:commons-collections:3.2.2"
30
29
io-micrometer-context-propagation = " io.micrometer:context-propagation:1.1.3"
31
30
io-micrometer-micrometer-observation = " io.micrometer:micrometer-observation:1.14.10"
Original file line number Diff line number Diff line change 1
1
apply plugin : ' io.spring.convention.spring-module'
2
2
3
- configurations {
4
- unboundid7 { extendsFrom(optional, tests) }
5
- }
6
-
7
3
dependencies {
8
4
management platform(project(" :spring-security-dependencies" ))
9
5
api project(' :spring-security-core' )
@@ -34,21 +30,10 @@ dependencies {
34
30
testImplementation " org.springframework:spring-test"
35
31
testImplementation ' org.skyscreamer:jsonassert'
36
32
37
- unboundid7 libs. com. unboundid. unboundid. ldapsdk7
38
-
39
33
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
40
34
}
41
35
42
36
integrationTest {
43
37
// exclude('**/OpenLDAPIntegrationTestSuite.class')
44
38
maxParallelForks = 1
45
39
}
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