content/content-settings/build.gradle

6 lines
198 B
Groovy
Raw Normal View History

dependencies {
api project(':content-core')
implementation "com.fasterxml.jackson.core:jackson-core:${project.property('jackson.version')}"
testImplementation project(":content-json")
}