content/content-json/build.gradle

7 lines
246 B
Groovy
Raw Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
api "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
testImplementation("org.mockito:mockito-core:${project.property('mockito.version')}") {
2016-10-03 14:25:26 +02:00
exclude group: 'org.hamcrest'
}
}