6 lines
198 B
Groovy
6 lines
198 B
Groovy
|
dependencies {
|
||
|
api project(':content-core')
|
||
|
implementation "com.fasterxml.jackson.core:jackson-core:${project.property('jackson.version')}"
|
||
|
testImplementation project(":content-json")
|
||
|
}
|