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