2016-10-03 14:25:26 +02:00
|
|
|
dependencies {
|
2020-05-19 16:06:39 +02:00
|
|
|
implementation project(':content-core')
|
|
|
|
implementation project(':content-resource')
|
2021-05-15 20:03:23 +02:00
|
|
|
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${project.property('jackson.version')}"
|
|
|
|
runtimeOnly "com.fasterxml.woodstox:woodstox-core:${project.property('woodstox.version')}"
|
|
|
|
testImplementation project(':content-json') // for XContentHelper reading JSON
|
2016-10-03 14:25:26 +02:00
|
|
|
}
|