|
1 | 1 | apply plugin: 'io.spring.convention.spring-test' |
2 | 2 |
|
3 | 3 | dependencies { |
4 | | - implementation project(":spring-ldap-test"), |
5 | | - project(":spring-ldap-integration-tests"), |
6 | | - project(":spring-ldap-sandbox"), |
7 | | - project(":spring-ldap-core-tiger"), |
8 | | - "commons-pool:commons-pool:1.4" |
| 4 | + management platform(project(":spring-ldap-dependencies")) |
| 5 | + implementation project(":spring-ldap-test") |
| 6 | + implementation project(":spring-ldap-integration-tests") |
| 7 | + implementation project(":spring-ldap-sandbox") |
| 8 | + implementation project(":spring-ldap-core-tiger") |
| 9 | + implementation "commons-pool:commons-pool" |
9 | 10 |
|
10 | | - provided "org.springframework:spring-jdbc", |
11 | | - "com.sun:ldapbp:1.0" |
| 11 | + provided "org.springframework:spring-jdbc" |
| 12 | + provided "com.sun:ldapbp:1.0" |
12 | 13 |
|
13 | | - testImplementation "junit:junit", |
14 | | - "org.springframework:spring-aop", |
15 | | - "org.springframework:spring-aop", |
16 | | - "gsbase:gsbase", |
17 | | - "org.slf4j:slf4j-log4j12", |
18 | | - "org.assertj:assertj-core" |
| 14 | + testImplementation platform('org.junit:junit-bom') |
| 15 | + testImplementation "org.junit.vintage:junit-vintage-engine" |
| 16 | + |
| 17 | + testImplementation "junit:junit" |
| 18 | + testImplementation "org.springframework:spring-aop" |
| 19 | + testImplementation "org.springframework:spring-aop" |
| 20 | + testImplementation "gsbase:gsbase" |
| 21 | + testImplementation "org.slf4j:slf4j-log4j12" |
| 22 | + testImplementation "org.assertj:assertj-core" |
19 | 23 |
|
20 | 24 | } |
21 | 25 |
|
|
0 commit comments