content/content-xml/build.gradle

8 lines
403 B
Groovy
Raw Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
implementation project(':content-core')
implementation project(':content-resource')
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
}