Add runtime dependency on 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'.

This commit is contained in:
John Blum
2021-01-24 22:41:19 -08:00
parent b78fe11196
commit 64d1bf30c0

View File

@@ -20,6 +20,8 @@ dependencies {
optional "org.springframework:spring-test"
runtime "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"