Skip to content

Commit 2f4fd55

Browse files
author
Ajit George
committed
#1118 - Added jackson-dataformat-xml dependency
1 parent 0f9f42f commit 2f4fd55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marklogic-client-api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.10.3'
2323
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.10.3'
2424
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-csv', version:'2.10.3'
25+
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version:'2.10.3'
2526
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
2627
testCompile group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
2728
testCompile group: 'org.hsqldb', name: 'hsqldb', version:'2.4.0'

0 commit comments

Comments
 (0)