content/content-json/build.gradle

10 lines
320 B
Groovy
Raw Normal View History

2016-10-03 14:25:26 +02:00
dependencies {
2016-10-29 20:00:22 +02:00
compile "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
2016-10-03 14:25:26 +02:00
testCompile('junit:junit:4.12') {
exclude group: 'org.hamcrest'
}
testCompile('org.mockito:mockito-core:1.9.5') {
exclude group: 'org.hamcrest'
}
testCompile 'org.hamcrest:hamcrest-all:1.3'
}