File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ dependencies {
34
34
api " com.unboundid:unboundid-ldapsdk:4.0.14"
35
35
api " commons-codec:commons-codec:1.15"
36
36
api " commons-collections:commons-collections:3.2.2"
37
+ api " commons-io:commons-io:2.11.0"
37
38
api " commons-lang:commons-lang:2.6"
38
39
api " commons-logging:commons-logging:1.2"
39
40
api " gsbase:gsbase:2.0.1"
Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
+ management platform(project(" :spring-ldap-dependencies" ))
6
7
implementation project(" :spring-ldap-core" )
7
8
8
- testImplementation " junit:junit" ,
9
- " commons-io:commons-io" ,
10
- " org.assertj:assertj-core"
11
- testImplementation (" log4j:log4j" ) {
9
+ testImplementation platform(' org.junit:junit-bom' )
10
+ testImplementation " org.junit.vintage:junit-vintage-engine"
11
+ testImplementation " junit:junit"
12
+ testImplementation " commons-io:commons-io"
13
+ testImplementation " org.assertj:assertj-core"
14
+ testImplementation (" log4j:log4j:1.2.17" ) {
12
15
exclude group : ' javax.jms'
13
16
exclude group : ' com.sun.jdmk'
14
17
exclude group : ' com.sun.jmx'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ include 'core'
26
26
include ' core-tiger'
27
27
include ' dependencies'
28
28
// include 'test-support'
29
- // include 'ldif/ldif-core'
29
+ include ' ldif/ldif-core'
30
30
// include 'odm'
31
31
// //include 'sandbox'
32
32
// include 'test/integration-tests'
You can’t perform that action at this time.
0 commit comments