File tree Expand file tree Collapse file tree 4 files changed +23
-19
lines changed
src/main/java/org/springframework/ldap/control
test/integration-tests-ad Expand file tree Collapse file tree 4 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id
2+ id ' io.spring.convention.spring-module '
33}
44
55dependencies {
6+ management platform(project(" :spring-ldap-dependencies" ))
67 implementation project(" :spring-ldap-core" )
78
89 provided " com.sun:ldapbp:1.0"
910
10- testCompile " junit:junit" ,
11- " org.mockito:mockito-core" ,
12- " gsbase:gsbase" ,
13- " org.assertj:assertj-core"
11+ testImplementation platform(' org.junit:junit-bom' )
12+ testImplementation " org.junit.vintage:junit-vintage-engine"
13+ testImplementation " junit:junit"
14+ testImplementation " org.mockito:mockito-core"
15+ testImplementation " gsbase:gsbase"
16+ testImplementation " org.assertj:assertj-core"
1417}
Original file line number Diff line number Diff line change 1616
1717package org .springframework .ldap .control ;
1818
19- import com .sun .jndi .ldap .ctl .VirtualListViewControl ;
20-
2119/**
2220 * Wrapper class for the cookie returned when using the
23- * {@link VirtualListViewControl}.
21+ * {@link com.sun.jndi.ldap.ctl. VirtualListViewControl}.
2422 *
2523 * @author Ulrik Sandberg
2624 */
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ include 'dependencies'
2727include ' test-support'
2828include ' ldif/ldif-core'
2929include ' odm'
30- // // include 'sandbox'
30+ include ' sandbox'
3131include ' test/integration-tests'
3232// include 'test/integration-tests-spring20'
3333// include 'test/integration-tests-spring25'
3434// include 'test/integration-tests-spring30'
3535include ' test/integration-tests-openldap'
3636include ' test/integration-tests-sunone'
37- // include 'test/integration-tests-ad'
37+ include ' test/integration-tests-ad'
3838// include 'samples/plain'
3939// include 'samples/odm'
4040
Original file line number Diff line number Diff line change 11apply plugin : ' io.spring.convention.spring-test'
22
33dependencies {
4- implementation project(" :spring-ldap-test" ),
5- project(" :spring-ldap-odm" ),
6- project(" :spring-ldap-core-tiger" )
4+ management platform(project(" :spring-ldap-dependencies" ))
5+ implementation project(" :spring-ldap-test" )
6+ implementation project(" :spring-ldap-odm" )
7+ implementation project(" :spring-ldap-core-tiger" )
78
8- provided " org.springframework:spring-jdbc" ,
9- " org.springframework:spring-orm"
9+ provided " org.springframework:spring-jdbc"
10+ provided " org.springframework:spring-orm"
1011
11- testImplementation " org.springframework:spring-test" ,
12- " junit:junit" ,
13- " org.slf4j:slf4j-log4j12" ,
14- " org.assertj:assertj-core"
12+ testImplementation platform(' org.junit:junit-bom' )
13+ testImplementation " org.junit.vintage:junit-vintage-engine"
14+ testImplementation " org.springframework:spring-test"
15+ testImplementation " junit:junit"
16+ testImplementation " org.slf4j:slf4j-log4j12"
17+ testImplementation " org.assertj:assertj-core"
1518
1619}
1720
You can’t perform that action at this time.
0 commit comments