Skip to content

Commit 0b48125

Browse files
author
ehennum
committed
switch jackson-dataformat-xml dependency to testCompile #1263
1 parent aa43a81 commit 0b48125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.11.1'
2323
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.11.1'
2424
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.11.1'
25-
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.11.1'
25+
testCompile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.11.1'
2626
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
2727
testCompile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
2828
testCompile group: 'org.hsqldb', name: 'hsqldb', version:'2.5.1'

0 commit comments

Comments
 (0)