content/content-xml/build.gradle

8 lines
236 B
Groovy
Raw Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
api project(':content-core')
api project(':content-resource')
api libs.jackson.dataformat.xml
runtimeOnly libs.woodstox
testImplementation project(':content-json') // for XContentHelper reading JSON
2016-10-03 14:25:26 +02:00
}