7 lines
236 B
Groovy
7 lines
236 B
Groovy
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
|
|
}
|