File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,18 @@ dependencies {
27
27
implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
28
28
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
29
29
implementation " org.jdom:jdom2:2.0.6.1"
30
- implementation (" com.marklogic:ml-app-deployer:5.0.0" ) {
30
+
31
+ testImplementation ' org.apache.commons:commons-lang3:3.18.0'
32
+ // Allows talking to the Manage API.
33
+ testImplementation (" com.marklogic:ml-app-deployer:5.0.0" ) {
31
34
exclude module : " marklogic-client-api"
35
+ // Use the commons-lang3 declared above to keep Black Duck happy.
36
+ exclude module : " commons-lang3"
32
37
}
33
38
34
39
testImplementation ' ch.qos.logback:logback-classic:1.3.15'
35
40
testImplementation ' org.junit.jupiter:junit-jupiter:5.11.1'
36
41
testImplementation ' org.xmlunit:xmlunit-legacy:2.10.0'
37
- testImplementation ' org.apache.commons:commons-lang3:3.17.0'
38
42
}
39
43
40
44
task runFragileTests (type : Test ) {
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ dependencies {
44
44
testImplementation project(' :examples' )
45
45
46
46
testImplementation ' org.apache.commons:commons-lang3:3.18.0'
47
-
48
47
// Allows talking to the Manage API.
49
48
testImplementation (" com.marklogic:ml-app-deployer:5.0.0" ) {
50
49
exclude module : " marklogic-client-api"
You can’t perform that action at this time.
0 commit comments