diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 73b9099a..c1188e89 100644 --- a/build.gradle +++ b/build.gradle @@ -54,6 +54,7 @@ dependencies { testCompile "org.json:json:20170516" testCompile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" testCompile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" + testCompile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${rootProject.jacksonVersion}" testCompile "org.springframework:spring-jdbc:${springFrameworkVersion}" testCompile "org.springframework:spring-test:${springFrameworkVersion}" testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3" |