2016-10-03 14:25:26 +02:00
|
|
|
dependencies {
|
2021-05-15 20:03:23 +02:00
|
|
|
api project(':content-core')
|
2021-05-15 21:08:47 +02:00
|
|
|
api "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
|
2020-05-19 16:06:39 +02:00
|
|
|
testImplementation("org.mockito:mockito-core:${project.property('mockito.version')}") {
|
2016-10-03 14:25:26 +02:00
|
|
|
exclude group: 'org.hamcrest'
|
|
|
|
}
|
2017-08-14 23:00:13 +02:00
|
|
|
}
|