content/content-json/build.gradle
2016-10-03 14:25:26 +02:00

10 lines
No EOL
306 B
Groovy

dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:2.8.3"
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'
}